Могу скинуть картинку, можете заменить её любой. Откуда взялся отступ?
<!Doctype html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="NordicSakura@outlook.com" />
<meta name="copyright" content="" />
<title>Ремонт элитных квартир</title>
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
}
#front-image {
width: 100%;
height: 500px;
background-image: url("images/front-image.jpg");
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
a {
font-family: 'Merriweather', serif;
font-size: 30px;
color: black;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
}
#nav {
text-align: center;
}
</style>
</head>
<body>
<div id="nav">
<a href="http://google.com">О нас</a>
<a href="http://google.com">Услуги</a>
<a href="http://google.com">Выгоды</a>
<a href="http://google.com">Команда</a>
<a href="http://google.com">Портфолио</a>
<a href="http://google.com">Вопрос-ответ</a>
<a href="http://google.com">Контакты</a>
<a href="http://google.com">Поддержка</a>
</div>
<div id="front-image"></div>
<div>
</div>
<div>
</div>
<div>
</div>
</body>
</html>
Допвопрос: если я так вставляю картинку, корректно ли по стандартам писать
<div />
?