diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-04-28 12:03:19 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-04-28 12:03:19 +0100 |
commit | 43ba613b9e1ea9dbf6f94361d43418c91c8c0785 (patch) | |
tree | 4c327162e72e49ff549bfb77e77f047f99e005b9 /static/style.css | |
parent | a90ca1f2b50d343d0d2d0d3bda2ecf7712726419 (diff) | |
download | UKGenderPayGap-43ba613b9e1ea9dbf6f94361d43418c91c8c0785.tar.gz UKGenderPayGap-43ba613b9e1ea9dbf6f94361d43418c91c8c0785.zip |
Finished insinuations, started on HTML and CSS
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..be2f299 --- /dev/null +++ b/static/style.css @@ -0,0 +1,42 @@ +body { + font-family: Helvetica, sans-serif; +} + +header { + font-size: large; + padding-left: 1%; + /* font-weight: bold; */ +} + +header p { + font-size: small; +} + +a { + color: black; + font-weight: bold; + padding-top: 1px; +} + +aside { + width: 15%; + padding-left: 15px; + margin-left: 15px; + float: right; + /* border-left-color: rgb(189, 189, 189); + border-left-width: 2px; + border-left-style: groove; */ +} + +#main_content { + padding-left: 2.5%; + padding-right: 2.5; +} + +footer { + padding-left: 10%; + padding-right: 10%; + padding-top: 50px; + font-size: xx-small; + justify-content: center; +}
\ No newline at end of file |