Witam.
Mam o to takie puste miejsce u góry:

Kod html:
<!DOCTYPE html>
<html lang="pl-PL">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial scale=1">
<title>Web2016</title>
<meta name="description" content="Loreem Ipsum">
<meta name="keywords" content="strona, www">
<meta name="author" content="John Lee">
<link rel="stylesheet" href="styles/normalize.css">
<link rel="stylesheet" href="styles/style.css">
</head>
<header>
<h1>Web2016</h1>
<nav>
<ul class="menu">
<li>O nas</li>
<li>Cel</li>
<li>Informacje</li>
</ul>
</nav>
</header>
<body>
</body>
</html>
CSS:
body {
margin: 0;
padding: 0;
background-color: #bdc3c7;
color: #ffffff;
}
h1 {
float: left;
color: #ffffff;
margin-left: 15px;
font-size: 30px;
}
li {
font-family: Arial;
display: inline-block;
list-style-type: none;
padding: 10px;
font-size: 18px;
margin-top: 20px;
}
header {
width: 100%;
height: 100px;
background-color: #e74c3c;
margin-top: 0;
}
nav {
text-align: right;
}
Proszę o pilną pomoc.