Bläddra i källkod

adding possibility for webring and copyright

BaumSplitter41 2 dagar sedan
förälder
incheckning
fd508d1165
2 ändrade filer med 21 tillägg och 1 borttagningar
  1. 14 0
      css/style.css
  2. 7 1
      index.html

+ 14 - 0
css/style.css

@@ -7,6 +7,8 @@ body {
 	font-family: Arial, sans-serif;
 }
 
+
+
 .main_container {
 	display: flex;
 	flex-direction: row;
@@ -85,4 +87,16 @@ body {
 	align-self: flex-start;
 	color: white;
 	/*border: 0.5px solid white;*/
+}
+
+.webring {
+	display: flex;
+	justify-content: center;
+}
+
+footer {
+	display: flex;
+	justify-content: center;
+	color: whitesmoke;
+
 }

+ 7 - 1
index.html

@@ -45,8 +45,14 @@
 	</div>
 
 
-
+	
+	<!-- <div class="webring"> <p><a target="_blank" rel="noopener noreferrer" style="color:#82A5D3; text-decoration: none;" href=""> ↤</a> <a target="_blank" rel="noopener noreferrer" style="color:#82A5D3; text-decoration: none;" href=""> Webring </a> <a target="_blank" rel="noopener noreferrer" style="color:#82A5D3; text-decoration: none;" href=""> ↦</a></p></div> -->
 
 
 </body>
+<footer>
+	<p>© 2026 baumsplitter41.eu</p>
+</footer>
+
+
 </html>