From 79ac680a708307b90d3a5b9d5bd68ccd21c08c12 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 18 Apr 2020 01:50:22 +0200 Subject: [PATCH] final changes --- static/about.css | 57 ++++++++++++++++++++++++++++++++++++++++---- templates/index.html | 3 ++- 2 files changed, 55 insertions(+), 5 deletions(-) diff --git a/static/about.css b/static/about.css index e0fa078..9e307ce 100644 --- a/static/about.css +++ b/static/about.css @@ -1,7 +1,6 @@ body { background-color: #F4EBE8; font-family: Roboto Mono; - } @@ -16,7 +15,7 @@ display: block; .projtext{ width: 80%; - display: block; + display: inline-block; text-align: justify; } @@ -31,7 +30,8 @@ h1{ padding: 0px; top:0%; z-index: 0; - margin:0px; + margin-top:60px; + margin-bottom:15px; /*margin-top: 50px;*/ } @@ -39,9 +39,58 @@ h2{ font-size:23px; display: block; width:65%; - text-align: justify; + text-align: left; +} + +.img1{ + display: inline-block; + width:80%; + margin-top: 20px; + margin-bottom: 20px; + right: 0%; + align-content: right; +} + +.img1 img{ + margin-top: 20px; + width: 60%; + float:right; } +.img2{ + display: inline-block; + width:100%; + margin-top: 20px; + margin-bottom: 20px; + right: 0%; + align-content: right; +} + +.img2 img{ + margin: 20px; + margin-left: 0px; + width: 45%; + float:left; +} + +.img3{ + display: flex; + width:100%; + margin-top: 0px; + margin-bottom: 20px; + right: 0%; + align-content: right; +} + +.img3 img{ + margin: 50px; + margin-right: 0px; + margin-bottom: 0px; + width: 55%; + right: 0px; + float: right; + +} /*.pagelink{ position: fixed; display: inline; diff --git a/templates/index.html b/templates/index.html index bb6a9ec..f86227d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ - + ` {{ page.name }} @@ -113,3 +113,4 @@ for (var i = 0; i < btns.length; i++) { }); } +