web_AI-3/index.html

66 lines
1.0 KiB
HTML
Raw Normal View History

2016-11-25 11:20:00 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="ntf-8" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="kazzoostyle.css"/>
<link href="#Kazoo">
<style>
body {
margin: 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 25%;
background-color: #333;
position: fixed;
height: 100%;
overflow: auto;
}
li a {
display: block;
color: #555;
padding: 8px 16px;
text-decoration: none;
}
2016-11-25 11:20:00 +01:00
li a.active {
background-color: #555;
color: white;
}
li a:hover:not(.active) {
background-color: #555;
color: white;
}
</style>
</head>
<body>
<ul>
<li><a class="home" href="Kazoo">Home</a></li>
<li><a href="Comment and buy section">Comment</a></li>
<li><a href="Contact">Contact</a></li>
<li><a href="#about">About</a></li>
</ul>
<div style="margin-left:25%;padding:1px 16px;height:1000px;">
<h2>Kazzoo, the Open Trade Portal
<div class="wrapper">
</div>
</h2>
<h3>What is possible in Kazzoo???</h3>
</div>
</body>
</html>