diff options
| author | dabikers' admin <dabikers@protonmail.com> | 2025-08-25 16:37:53 -0500 |
|---|---|---|
| committer | dabikers' admin <dabikers@protonmail.com> | 2025-08-25 16:37:53 -0500 |
| commit | 4f67ec7488d24e299826be254d16a6634cf56df5 (patch) | |
| tree | 1c2836fe05b2d8a507d9ce6ef4ce2cba7f532420 | |
| parent | dab5277680a4bc726f08ed4505aff89ff7f315c9 (diff) | |
| -rw-r--r-- | css/base.css | 10 | ||||
| -rw-r--r-- | index.html | 5 |
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 | ||
| 90 | a.bracketed::before { | 90 | .bracketed::before { |
| 91 | content: "["; | 91 | content: "["; |
| 92 | } | 92 | } |
| 93 | a.bracketed::after { | 93 | .bracketed::after { |
| 94 | content: "]"; | 94 | content: "]"; |
| 95 | } | 95 | } |
| 96 | 96 | ||
| 97 | a.nodec { | 97 | .nodec { |
| 98 | text-decoration: none; | 98 | text-decoration: none; |
| 99 | } | 99 | } |
| 100 | 100 | ||
| 101 | a.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 { |
| @@ -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 Bikers</h1></a> | 20 | <a href="index.html"><h1>Da 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 | ||
