This commit is contained in:
mileswa1q22
2024-04-17 14:08:28 +00:00
committed by GitHub
parent 757da13db7
commit 3fd3bb6222
+41
View File
@@ -1,6 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<div class="topnav">
<a class="active" href="/index2.html">Home</a>
<a href="httpslanfunmiles.free.nf">News</a>
<a href="">Contact</a>
<a href="#about">About</a>
</div>
<div style="padding-left:16px">
<h2>Top Navigation Example</h2>
<p>Some content..</p>
</div>
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #04AA6D;
color: white;
}
</style>
<label for="favcolor">Select your favorite color:</label>
<input type="color" id="favcolor" name="favcolor">
<!-- Google Tag Manager -->