summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 5108be4..e650c7d 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -2,6 +2,7 @@ body{
max-width: 900px;
margin: auto;
background-color: #E1D9D1;
+ font-size: 1.1rem;
}
nav {
margin-top: 10px;
@@ -60,17 +61,26 @@ footer{
.index-content{
height: 500px;
display: flex;
+ border: 2px solid white;
}
+/* Right */
.right{
height: 500px;
width: 60%;
- background: blue;
+ border-right: 2px solid white;
}
+.right h3{
+ text-algin: center;
+}
+
+/* Left */
.left{
height: 500px;
width: 40%;
- background: green;
}
+.left figure img{
+ width: 100%;
+}