61 lines
1.2 KiB
HTML
61 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-au">
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-color: #9D9A99;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" href="template.css">
|
|
<title>TipToe Soles Store</title>
|
|
<meta charset="UTF-8">
|
|
<img src="assets/TipToe Soles_Logo_colour.png" alt="The TipToe Soles logo, a yellow circle with a black shadow of a foot in socks."
|
|
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>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>TipToe Soles Store</h1>
|
|
<hr color="black">
|
|
<ul>
|
|
|
|
<p>TipToe Soles is an Australian owned and operated company.</p>
|
|
<p>We aim to provide comfortable footwear at affordable prices to customers within Australia and around the world.</p>
|
|
<p>Please use the following menu at the top to navigate around our site.</p>
|
|
|