summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/base.css5
-rw-r--r--index.html2
-rw-r--r--nopiracy.html4
-rw-r--r--services.html2
4 files changed, 7 insertions, 6 deletions
diff --git a/css/base.css b/css/base.css
index f65307a..d79c66f 100644
--- a/css/base.css
+++ b/css/base.css
@@ -19,7 +19,8 @@
19/* */ 19/* */
20 20
21:root { 21:root {
22 --bheight: 3vw; /* min-content This feels hackey but it works & stops overflow */ 22 --theight: fit-content;
23 --bheight: fit-content; /* min-content This feels hackey but it works & stops overflow */
23 24
24 --cblack: #000000; 25 --cblack: #000000;
25 --cwhite: #ffffff; 26 --cwhite: #ffffff;
@@ -85,7 +86,7 @@ a {
85 align-items: center; 86 align-items: center;
86 align-content: center; 87 align-content: center;
87 88
88 height: 5vw; 89 height: var(--theight);
89 90
90 background-color: var(--cblack); 91 background-color: var(--cblack);
91 color: var(--cwhite); 92 color: var(--cwhite);
diff --git a/index.html b/index.html
index 5e770d0..102c000 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
16 <body> 16 <body>
17 <div class="vertcontain"> 17 <div class="vertcontain">
18 <div id="top-bar"> 18 <div id="top-bar">
19 <div><h1><a href="index.html">Da Bikers</a></h1></div> 19 <div><h1><a href="index.html">Da&nbsp;Bikers</a></h1></div>
20 <div id="links"> 20 <div id="links">
21 <nav> 21 <nav>
22 <ul> 22 <ul>
diff --git a/nopiracy.html b/nopiracy.html
index 7138e30..8c0ec7e 100644
--- a/nopiracy.html
+++ b/nopiracy.html
@@ -19,7 +19,7 @@
19 <div id="top-bar"> 19 <div id="top-bar">
20 <div> 20 <div>
21 <div class="sbscontainer"> 21 <div class="sbscontainer">
22 <h1><a href="index.html">Da Bikers:</a></h1> 22 <h1><a href="index.html">Da&nbsp;Bikers:</a></h1>
23 <h2 id="addon"><a href="nopiracy.html">Preventing Piracy</a></h2> 23 <h2 id="addon"><a href="nopiracy.html">Preventing Piracy</a></h2>
24 </div> 24 </div>
25 </div> 25 </div>
@@ -392,7 +392,7 @@
392 </ul> 392 </ul>
393 </nav> 393 </nav>
394 <!-- <p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p> --> 394 <!-- <p id="copyrightnotice">Copyright © 2023-2024 Dabikers.online, All rights reserved.</p> -->
395 <p id="copyrightnotice" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://dabikers.online/nopiracy.html">Preventing Piracy</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://dabikers.online">Dabikers</a> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a></p> 395 <p id="copyrightnotice" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://dabikers.online/nopiracy.html">Preventing Piracy</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://dabikers.online">Dabikers</a> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0</a></p>
396 </footer> 396 </footer>
397 </div> 397 </div>
398 </div> 398 </div>
diff --git a/services.html b/services.html
index 0cc234f..ae6b1ba 100644
--- a/services.html
+++ b/services.html
@@ -19,7 +19,7 @@
19 <div id="top-bar"> 19 <div id="top-bar">
20 <div> 20 <div>
21 <div class="sbscontainer"> 21 <div class="sbscontainer">
22 <h1><a href="index.html">Da Bikers:</a></h1> 22 <h1><a href="index.html">Da&nbsp;Bikers:</a></h1>
23 <h2 id="addon"><a href="services.html">Services</a></h2> 23 <h2 id="addon"><a href="services.html">Services</a></h2>
24 </div> 24 </div>
25 </div> 25 </div>