Update index.html

This commit is contained in:
Ray 2022-11-02 10:13:49 +11:00 committed by GitHub
parent a401343b95
commit 3f20773cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 35 deletions

View File

@ -13,41 +13,12 @@
width="300" width="300"
height="300"> height="300">
ul { <div class="topnav">
list-style-type: none; <a class="active" href="index.html">Home</a>
margin: 0; <a href="contactus.html">Contact</a>
padding: 0; <a href="aboutus.html">About</a>
overflow: hidden; <a href="payments.html">Payments</a>
background-color: #333; <a href="Products.html">Products</a>
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
.active {
background-color: #04AA6D;
}
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contactus.html">Contact</a></li>
<li style="float:right"><a class="active" href="aboutus">About</a></li>
</ul>
</head> </head>
<body> <body>
<h1>TipToe Soles Store</h1> <h1>TipToe Soles Store</h1>