From acd03d7a66fa2b14e125f5660274aafb355c92c2 Mon Sep 17 00:00:00 2001 From: lolmao Date: Fri, 27 Oct 2023 10:33:42 -0500 Subject: Create acknowledgements.html --- acknowledgements.html | 34 ++++++++++++++++++++++++++++++++++ index.css | 33 ++++++++++++++++++++++++++------- index.html | 16 ++++++++++++---- 3 files changed, 72 insertions(+), 11 deletions(-) create mode 100644 acknowledgements.html diff --git a/acknowledgements.html b/acknowledgements.html new file mode 100644 index 0000000..d5704cd --- /dev/null +++ b/acknowledgements.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + + Da Bikers | Acknowledgements + + +
+ +
+ +

Acknowledgements

+

Fonts used:

+ + + + + 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 diff --git a/index.html b/index.html index a914b5e..4e85a41 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,8 @@ + + @@ -11,13 +13,19 @@ Da Bikers - +

We do a little trolling it's called we do a little trolling

-

why tf my css rules not updating bro

+

wtf do I put here lol

+ + -- cgit v1.2.3