Update index.html
This commit is contained in:
parent
a401343b95
commit
3f20773cfa
41
index.html
41
index.html
|
@ -13,41 +13,12 @@
|
|||
width="300"
|
||||
height="300">
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
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>
|
||||
|
||||
<div class="topnav">
|
||||
<a class="active" href="index.html">Home</a>
|
||||
<a href="contactus.html">Contact</a>
|
||||
<a href="aboutus.html">About</a>
|
||||
<a href="payments.html">Payments</a>
|
||||
<a href="Products.html">Products</a>
|
||||
</head>
|
||||
<body>
|
||||
<h1>TipToe Soles Store</h1>
|
||||
|
|
Loading…
Reference in New Issue