diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-25 23:17:35 +0000 | 
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-25 23:17:35 +0000 | 
| commit | e204aaaa9c5155401ad3ab8bb7edec6588055fb0 (patch) | |
| tree | c9a1af33ae205daf6d6ae3e08b98bf8c2cdfb681 /static | |
| parent | 0ccad16d5de0a9e8a5b651b13c60ef3abdb192c8 (diff) | |
| download | boymoder.blog-e204aaaa9c5155401ad3ab8bb7edec6588055fb0.tar.gz boymoder.blog-e204aaaa9c5155401ad3ab8bb7edec6588055fb0.zip | |
updated the css and html to be w3c valid
Diffstat (limited to 'static')
| -rw-r--r-- | static/index.md | 2 | ||||
| -rw-r--r-- | static/style.css | 26 | 
2 files changed, 11 insertions, 17 deletions
| 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 { | 
