From acd03d7a66fa2b14e125f5660274aafb355c92c2 Mon Sep 17 00:00:00 2001 From: lolmao Date: Fri, 27 Oct 2023 10:33:42 -0500 Subject: Create acknowledgements.html --- index.css | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 697da8e..da9a17e 100644 --- a/index.css +++ b/index.css @@ -20,23 +20,42 @@ body { - text-align:center; - padding: 0px; - margin: 0px; + padding: 0; + margin: 0; } -#header { +#top-bar { + padding: 0.5%; + background-image: url(images/sketty.jpeg); background-size: cover; + + /*background-color: red;*/ + position: -webkit-sticky; position: sticky; top: 0; display: inline-block; - width: 100%; + width: 99%; /* This is bullshit */ } -#header h1 { +#top-bar h1 { + padding: 0; + margin: 0; + + position: inherit; + text-align: left; - font-family: 'schizoid_personalityregular'; + font-family: 'schizoid_personalityregular', 'zai_courier_polski_1941Rg', Courier, monospace; + font-size: 500%; +} + +#top-bar a { + color: inherit; + text-decoration: none; } + +ul li { + list-style-type: '- '; +} \ No newline at end of file -- cgit v1.2.3