<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<header class="site-header">
<div class="container">
<nav class="site-nav">
<div class="logo">
<a href="index.html">
<img src="logo.png" alt="">
</a>
</div>
<ul>
<li>Обучение</li>
<li>F.A.Q</li>
<li>ЗАРАБОТАТЬ BTC</li>
<li>ВХОД</li>
<li>РЕГИСТРАЦИЯ</li>
</ul>
</nav>
</div>
</header>
</body>
</html>
* {
padding: 0;
margin: 0;
}
body {
font-family: 'Open Sans', sans-serif;
}
/*HEADER BEGIN*/
.logo {
float: left;
}
ul {
text-align: center;
margin-right: 100px;
}
li {
list-style: none;
text-decoration: none;
font-size: 13px;
}
nav li{
display:inline-block;
margin: 32px 20px;
color: #fff;
}
.site-nav{
background-image: url(BG.png);
height: 72px;
}
/*HEADER ENDS*/
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.