From e204aaaa9c5155401ad3ab8bb7edec6588055fb0 Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 25 Mar 2021 23:17:35 +0000 Subject: updated the css and html to be w3c valid --- static/index.md | 2 +- static/style.css | 26 ++++++++++---------------- 2 files changed, 11 insertions(+), 17 deletions(-) (limited to 'static') diff --git a/static/index.md b/static/index.md index ffa30ea..4748be8 100644 --- a/static/index.md +++ b/static/index.md @@ -1,4 +1,4 @@ -# haiiiiiii +## haiiiiiii my name is eden and im a 19yo computer science undergraduate. i made my own website to encourage others to do so too. i'll post my thoughts on here sometimes, and use this site to link to other stuff i host. diff --git a/static/style.css b/static/style.css index a169e55..45b9459 100644 --- a/static/style.css +++ b/static/style.css @@ -39,22 +39,19 @@ header nav { display: inline; } -#links { - text-align: center; - font-size: x-small; -} - -header span nav ul { +#externallinks { background-color: black; + text-align: center; } -header span nav ul li a { - color: white; +#externallinks nav ul li a { + color: #f1f3f3; + font-size: smaller; } header div { padding-left: 20px; - padding-bottom: 10px; + /* padding-bottom: 10px; */ } nav ul { @@ -100,7 +97,7 @@ article section table td { max-width: 65%; } -article img { +#content img { max-width: 65%; } @@ -125,22 +122,19 @@ blockquote span::before { .running { background-color: green; - padding: 1, 1, 1, 1; - margin: 0, 0, 2, 3; } .notRunning { background-color: red; - padding: 1, 1, 1, 1; - margin: 0, 0, 2, 3; } header img { max-height: 110px; } -body div article { - padding-left: 6px; +body div div { + padding-left: 10px; + padding-right: 10px; } footer { -- cgit v1.2.3