summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--acknowledgements.html12
-rw-r--r--css/base.css18
-rw-r--r--css/chung.css14
-rw-r--r--index.html13
4 files changed, 29 insertions, 28 deletions
diff --git a/acknowledgements.html b/acknowledgements.html
index 283953a..f1c872c 100644
--- a/acknowledgements.html
+++ b/acknowledgements.html
@@ -13,11 +13,13 @@
13 <title>Da Bikers | Acknowledgements</title> 13 <title>Da Bikers | Acknowledgements</title>
14 </head> 14 </head>
15 <body> 15 <body>
16 <header id="top-bar"> 16 <div id="top-bar">
17 <nav> 17 <header>
18 <h1><a href="index.html">Da Bikers</a></h1> 18 <nav>
19 </nav> 19 <h1><a href="index.html">Da Bikers</a></h1>
20 </header> 20 </nav>
21 </header>
22 </div>
21 <div id="content"> 23 <div id="content">
22 <h1>Acknowledgements</h1> 24 <h1>Acknowledgements</h1>
23 <p>Fonts used:</p> 25 <p>Fonts used:</p>
diff --git a/css/base.css b/css/base.css
index 4c716c1..bed4b11 100644
--- a/css/base.css
+++ b/css/base.css
@@ -38,9 +38,6 @@ body {
38 38
39 height: 5vw; 39 height: 5vw;
40 40
41 /*background-image: url(../images/sketty.jpeg);
42 background-size: cover;*/
43
44 background-color: black; 41 background-color: black;
45 color: white; 42 color: white;
46 43
@@ -65,19 +62,4 @@ body {
65 62
66ul li { 63ul li {
67 list-style-type: '- '; 64 list-style-type: '- ';
68}
69
70#chung {
71 animation: rotation 1s;
72 animation-timing-function: linear;
73 animation-iteration-count: infinite;
74}
75
76@keyframes rotation {
77 from {
78 transform: rotate(0deg);
79 }
80 to {
81 transform: rotate(359deg);
82 }
83} \ No newline at end of file 65} \ No newline at end of file
diff --git a/css/chung.css b/css/chung.css
new file mode 100644
index 0000000..17c8ec3
--- /dev/null
+++ b/css/chung.css
@@ -0,0 +1,14 @@
1#chung {
2 animation: rotation 1s;
3 animation-timing-function: linear;
4 animation-iteration-count: infinite;
5}
6
7@keyframes rotation {
8 from {
9 transform: rotate(0deg);
10 }
11 to {
12 transform: rotate(359deg);
13 }
14} \ No newline at end of file
diff --git a/index.html b/index.html
index db444b1..968c0ad 100644
--- a/index.html
+++ b/index.html
@@ -8,16 +8,19 @@
8 8
9 <base href="."> 9 <base href=".">
10 <link rel="stylesheet" href="css/base.css"> 10 <link rel="stylesheet" href="css/base.css">
11 <link rel="stylesheet" href="css/chung.css">
11 12
12 <link rel="icon" type="image/x-icon" href="images/sketty.jpeg"> 13 <link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
13 <title>Da Bikers</title> 14 <title>Da Bikers</title>
14 </head> 15 </head>
15 <body> 16 <body>
16 <header id="top-bar"> 17 <div id="top-bar">
17 <nav> 18 <header>
18 <h1><a href="index.html">Da Bikers</a></h1> 19 <nav>
19 </nav> 20 <h1><a href="index.html">Da Bikers</a></h1>
20 </header> 21 </nav>
22 </header>
23 </div>
21 <div id="content"> 24 <div id="content">
22 <h1>We do a little trolling it's called we do a little trolling</h1> 25 <h1>We do a little trolling it's called we do a little trolling</h1>
23 <p>wtf do I put here lol</p> 26 <p>wtf do I put here lol</p>