summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorlolmao <lolmao@noreply.gov>2023-10-27 10:33:42 -0500
committerlolmao <lolmao@noreply.gov>2023-10-27 10:33:42 -0500
commitacd03d7a66fa2b14e125f5660274aafb355c92c2 (patch)
tree6a6f6c0084435c9d2b98e2bec32c59a8c45f8a62 /index.css
parent6098068cbc8148f40f898b3974f3cc2bf20c69fa (diff)
Create acknowledgements.html
Diffstat (limited to 'index.css')
-rw-r--r--index.css33
1 files changed, 26 insertions, 7 deletions
diff --git a/index.css b/index.css
index 697da8e..da9a17e 100644
--- a/index.css
+++ b/index.css
@@ -20,23 +20,42 @@
20 20
21 21
22body { 22body {
23 text-align:center; 23 padding: 0;
24 padding: 0px; 24 margin: 0;
25 margin: 0px;
26} 25}
27 26
28#header { 27#top-bar {
28 padding: 0.5%;
29
29 background-image: url(images/sketty.jpeg); 30 background-image: url(images/sketty.jpeg);
30 background-size: cover; 31 background-size: cover;
32
33 /*background-color: red;*/
34
31 position: -webkit-sticky; 35 position: -webkit-sticky;
32 position: sticky; 36 position: sticky;
33 top: 0; 37 top: 0;
34 38
35 display: inline-block; 39 display: inline-block;
36 width: 100%; 40 width: 99%; /* This is bullshit */
37} 41}
38 42
39#header h1 { 43#top-bar h1 {
44 padding: 0;
45 margin: 0;
46
47 position: inherit;
48
40 text-align: left; 49 text-align: left;
41 font-family: 'schizoid_personalityregular'; 50 font-family: 'schizoid_personalityregular', 'zai_courier_polski_1941Rg', Courier, monospace;
51 font-size: 500%;
52}
53
54#top-bar a {
55 color: inherit;
56 text-decoration: none;
42} 57}
58
59ul li {
60 list-style-type: '- ';
61} \ No newline at end of file