diff options
| author | Andrew Lee <[email protected]> | 2020-09-03 11:16:35 -0400 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2020-09-03 11:16:35 -0400 |
| commit | 2743da9b7215636d584a839cf33ce28e9da0c849 (patch) | |
| tree | 709f2038cbf62b1c30c111225fc990f77085064e /style.css | |
| download | shiftos-archive-website-2743da9b7215636d584a839cf33ce28e9da0c849.tar.gz shiftos-archive-website-2743da9b7215636d584a839cf33ce28e9da0c849.tar.bz2 shiftos-archive-website-2743da9b7215636d584a839cf33ce28e9da0c849.zip | |
Inital commit
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..656c2bf --- /dev/null +++ b/style.css @@ -0,0 +1,39 @@ +body { + font-family: Consolas, open-sans; + background: #333333; + color: white; +} + +.center { + text-align: center; +} + +a:link { + color: white; + background-color: transparent; + text-decoration: none; + font-size: 20px; +} + +a:visited { + color: gray; + background-color: transparent; + text-decoration: none; +} + +p { + font-size: 20px; +} + +footer { + position: fixed; + left: 0; + bottom: 0; + text-align: center; + width: 100%; +} + +img { + width: 50%; + height: auto; + }
\ No newline at end of file |
