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 @@
+