This is a snippet of my HTML
Code:
<body>
<header>
<hgroup>
<h1>space web design</h1>
</hgroup>
<nav>
<ul>
<li>Home</li>
<li>Portfolio</li>
<li>Contact me</li>
</ul>
</nav>
</header>
</body>
and this is the css:
Code:
header{
text-align: center;
}
header h1{
width: 32.94289897510981%; /*450*/
font-family: 'null', sans-serif;
font-size: 90px;
margin: 0 auto;
}
nav{
position: relative;
top: -18.30161054172767%; /* -250 / 1366 */
left: -18.30161054172767%; /* -250 / 1366 */
}