diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-03 22:26:16 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-03 22:26:16 +0000 |
commit | 5d330852b8b390af41717e0fdb47a689cc18bd77 (patch) | |
tree | 7da24066420ccbd418fe60ca308635dca94bfc47 /static | |
parent | a36992b08c7e165b271ac76166058db2c50609fe (diff) | |
download | eda.gay-5d330852b8b390af41717e0fdb47a689cc18bd77.tar.gz eda.gay-5d330852b8b390af41717e0fdb47a689cc18bd77.zip |
updated loads of shit
Diffstat (limited to 'static')
-rw-r--r-- | static/images/telegrampic2.jpg | bin | 0 -> 25752 bytes | |||
-rw-r--r-- | static/style.css | 10 |
2 files changed, 8 insertions, 2 deletions
diff --git a/static/images/telegrampic2.jpg b/static/images/telegrampic2.jpg Binary files differnew file mode 100644 index 0000000..8b306ff --- /dev/null +++ b/static/images/telegrampic2.jpg diff --git a/static/style.css b/static/style.css index 7a0bf68..93ec3ed 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,7 @@ html { background-color: black; - font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; + font-family: 'Open Sans', sans-serif; + font-size: small; } body { @@ -21,7 +22,7 @@ body { } header { - background-color: #8fbce7; + background-color: #f1f3f3; } @@ -51,6 +52,11 @@ header span nav ul li a { color: white; } +header div { + padding-left: 30px; + padding-bottom: 10px; +} + nav ul { margin: 0; padding: 0; |