Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
body {
margin: 0;
background-color: #f1e9e9;
}
ul {
overflow: hidden;
background-color: #42cde1;
position: fixed;
top: 0;
margin: 0;
padding: 0;
width: 100%;
}
ul li {
list-style-type: none;
display: inline-block;
}
ul li a {
display: block;
color: #eeeeee;
text-align: center;
padding: 15px 30px 15px 20px;
text-decoration: none;
font-size: 18px;
font-weight: bold;
font-family: arial;
}
.navbar a:hover {
color: #ffffff;
}
.container {