summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/base.css10
-rw-r--r--index.html5
2 files changed, 9 insertions, 6 deletions
diff --git a/css/base.css b/css/base.css
index 0cafdaf..da80a28 100644
--- a/css/base.css
+++ b/css/base.css
@@ -87,18 +87,18 @@ a {
87 text-indent: 4ch each-line; 87 text-indent: 4ch each-line;
88} 88}
89 89
90a.bracketed::before { 90.bracketed::before {
91 content: "["; 91 content: "[";
92} 92}
93a.bracketed::after { 93.bracketed::after {
94 content: "]"; 94 content: "]";
95} 95}
96 96
97a.nodec { 97.nodec {
98 text-decoration: none; 98 text-decoration: none;
99} 99}
100 100
101a.nocolor { 101.nocolor {
102 color:inherit; 102 color:inherit;
103} 103}
104 104
@@ -122,7 +122,7 @@ a.nocolor {
122 122
123#top-bar h1 { 123#top-bar h1 {
124 font-family: inherit; 124 font-family: inherit;
125 font-size: max(3vw, 3ch); 125 font-size: max(3vw, 6vh);
126} 126}
127 127
128#top-bar a { 128#top-bar a {
diff --git a/index.html b/index.html
index 28a1185..9df0147 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta name="author" content="Da Bikers' Head Admin"> 6 <meta name="author" content="Da Bikers' Head Admin">
7 <meta name="description" content="Da Bikers' Homepage">
7 8
8 <link rel="icon" type="image/x-icon" href="images/sketty.jpeg"> 9 <link rel="icon" type="image/x-icon" href="images/sketty.jpeg">
9 <link rel="stylesheet" href="css/base.css"> 10 <link rel="stylesheet" href="css/base.css">
@@ -14,7 +15,7 @@
14 <body> 15 <body>
15 <div class="vertcontain"> 16 <div class="vertcontain">
16 <div id="top-bar"> 17 <div id="top-bar">
17 <div class="blockedout" > 18 <div class="blockedout">
18 <div id="name" class="side-by-side"> 19 <div id="name" class="side-by-side">
19 <a href="index.html"><h1>Da&NonBreakingSpace;Bikers</h1></a> 20 <a href="index.html"><h1>Da&NonBreakingSpace;Bikers</h1></a>
20 21
@@ -67,3 +68,5 @@
67 </div> 68 </div>
68 </body> 69 </body>
69</html> 70</html>
71
72<!-- This is a mess. I'll need to rewrite practically the whole thing to make it nice --> \ No newline at end of file