From 68ccf2ae7dc653f7098a6362a8edf7d2e01a22d7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 17 Apr 2020 12:23:52 +0200 Subject: [PATCH] about styling --- static/about.css | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/static/about.css b/static/about.css index c094b2e..50782d6 100644 --- a/static/about.css +++ b/static/about.css @@ -9,26 +9,36 @@ display: block; justify-content: center*/ color:#371F10; margin-left:200px; - - + margin-bottom: 100px; } .projtext{ - width: 85%; + width: 80%; display: block; + text-align: justify; } h1{ - font-size:90px; - display: block; - width:50%; + font-size:50px; + display: block; + width:65%; + text-align: left; + background-color: transparent; + right:auto; + position: relative; + padding: 0px; + top:0%; + z-index: 0; + margin:0px; + margin-top: 50px; } h2{ - display: block; - width:70%; - text-align: justify; + font-size:23px; + display: block; + width:65%; + text-align: justify; } .pagelink{