summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlolmao <lolmao@noreply.gov>2023-10-30 12:17:33 -0500
committerlolmao <lolmao@noreply.gov>2023-10-30 12:17:33 -0500
commita2dba94aaa8f45ccfebade77d273a744103ea8fd (patch)
treecb5dfdb51cd7d1f011ad3d70fa529ec3d055a548
parentf671d298909cea11333a6fe290c0bed9b41a00f7 (diff)
Add a small amount of margin
-rw-r--r--acknowledgements.html18
-rw-r--r--css/base.css15
-rw-r--r--index.html14
3 files changed, 25 insertions, 22 deletions
diff --git a/acknowledgements.html b/acknowledgements.html
index 553a5f6..8eb9d41 100644
--- a/acknowledgements.html
+++ b/acknowledgements.html
@@ -18,15 +18,15 @@
18 <h1><a href="index.html">Da Bikers</a></h1> 18 <h1><a href="index.html">Da Bikers</a></h1>
19 </nav> 19 </nav>
20 </header> 20 </header>
21 21 <div id="content">
22 <h1>Acknowledgements</h1> 22 <h1>Acknowledgements</h1>
23 <p>Fonts used:</p> 23 <p>Fonts used:</p>
24 <ul> 24 <ul>
25 <li>Schizoid Personality, by <a href="http://www.woodcutter.es">WOODCUTTER</a></li> 25 <li>Schizoid Personality, by <a href="http://www.woodcutter.es">WOODCUTTER</a></li>
26 <li>Courier Polski 1941, by <a href="https://www.dafont.com/profile.php?user=409273">Tomasz Skowronski</a></li> 26 <li>Courier Polski 1941, by <a href="https://www.dafont.com/profile.php?user=409273">Tomasz Skowronski</a></li>
27 </ul> 27 </ul>
28 28 </div>
29 <footer> 29 <footer id="bottom-bar">
30 <nav> 30 <nav>
31 </nav> 31 </nav>
32 </footer> 32 </footer>
diff --git a/css/base.css b/css/base.css
index 4becbef..85dc161 100644
--- a/css/base.css
+++ b/css/base.css
@@ -24,13 +24,18 @@ body {
24 margin: 0; 24 margin: 0;
25} 25}
26 26
27#content {
28 margin: 1%;
29}
30
27#top-bar { 31#top-bar {
28 padding: 0.5%; 32 padding: 0.5%;
29 33
30 background-image: url(../images/sketty.jpeg); 34 /*background-image: url(../images/sketty.jpeg);
31 background-size: cover; 35 background-size: cover;*/
32 36
33 /*background-color: red;*/ 37 background-color: black;
38 color: white;
34 39
35 position: -webkit-sticky; 40 position: -webkit-sticky;
36 position: sticky; 41 position: sticky;
@@ -41,10 +46,8 @@ body {
41} 46}
42 47
43#top-bar h1 { 48#top-bar h1 {
44 padding: 0;
45 margin: 0; 49 margin: 0;
46 50 padding: 0;
47 position: inherit;
48 51
49 text-align: left; 52 text-align: left;
50 font-family: 'schizoid_personalityregular', 'zai_courier_polski_1941Rg', Courier, monospace; 53 font-family: 'schizoid_personalityregular', 'zai_courier_polski_1941Rg', Courier, monospace;
diff --git a/index.html b/index.html
index 9976af4..db444b1 100644
--- a/index.html
+++ b/index.html
@@ -18,13 +18,13 @@
18 <h1><a href="index.html">Da Bikers</a></h1> 18 <h1><a href="index.html">Da Bikers</a></h1>
19 </nav> 19 </nav>
20 </header> 20 </header>
21 21 <div id="content">
22 <h1>We do a little trolling it's called we do a little trolling</h1> 22 <h1>We do a little trolling it's called we do a little trolling</h1>
23 <p>wtf do I put here lol</p> 23 <p>wtf do I put here lol</p>
24 24
25 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action" style="width:50%; height: 200px"> 25 <img id="chung" src="images/chungoid.jpg" alt="the chungoid in action" style="width:50%; height: 200px">
26 26 </div>
27 <footer> 27 <footer id="bottom-bar">
28 <nav> 28 <nav>
29 <li><a href="acknowledgements.html">Acknowledgements</a></li> 29 <li><a href="acknowledgements.html">Acknowledgements</a></li>
30 </nav> 30 </nav>