Hello! I'm trying to figure out why there is a huge space between the top of the page and the navbar on this site: . I've included the CSS and HTML below. Any help would be greatly appreciated, thank you!
HTML:
<!DOCTYPE html>
<html>
<head>
<center>
<meta name="viewport" content="width=device-width">
<meta name="description" content="Would You Really?"/>
<meta name="keywords" content="CyberBullying, WebRangersNZ"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel='stylesheet' type='text/css' href='stylex.css'/>
<div id='cssmenu'>
...
<hr>
<p>CSS:</p>
<pre><code>@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#wrap {
width: 100%;
height: 50px;
margin: 0;
z-index: 99;
position: relative;
background-color: #FFFFFF;
}
#cssmenu ul {
display: inline-block;
list-style-type: none;
}
#cssmenu {
...
}
#twitterbox
.twitterbox {
.floatright
{
float: right;
width: 100px;
}