From 5d797dc1ac0e17d8fc560298e72a980fcbec91bc Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 16 Apr 2020 18:39:37 +0200 Subject: [PATCH] about page --- static/about.css | 23 +++++++++++++++++------ templates/about.html | 1 + 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/static/about.css b/static/about.css index 5aa3c22..f52b1d4 100644 --- a/static/about.css +++ b/static/about.css @@ -1,26 +1,33 @@ body { background-color: #F4EBE8; - + font-family: Roboto Mono; } .projtextcont{ - display: block; +display: block; /*align-items: center; justify-content: center*/ + color:#371F10; margin-left:200px; - font-family: Roboto Mono; + } .projtext{ - width: 50%; - height: 50%; + width: 85%; display: block; } h1{ display: block; + width:50%; +} + +h2{ + display: block; + width:70%; + text-align: justify; } .pagelink{ @@ -59,4 +66,8 @@ h1{ font-size: 13px; background-color: white; visibility: hidden; -}s \ No newline at end of file +} + +.pagelink:hover .pagename{ + visibility: visible; +} \ No newline at end of file diff --git a/templates/about.html b/templates/about.html index 1d22e9d..50f692c 100644 --- a/templates/about.html +++ b/templates/about.html @@ -2,6 +2,7 @@ +