Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
body {
margin: 0;
}
.navbar {
overflow: hidden;
background-color: #666666;
position: fixed;
top: 0;
width: 100%;
}
.navbar a {
float: left;
display: block;
color: #eeeeee;
text-align: center;
padding: 15px 18px;
text-decoration: none;
font-size: 18px;
}
.navbar a:hover {
color: #1c87c9;
}
.container {
padding: 18px;
margin-top: 35px;
height: 2000px;
}
</style>
</head>
<body>
<div class="navbar">