Witam, co zrobić aby między górnym banerem, a czarnym prostokątem nie było tej linii odstępu?
HTML:
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8" />
<title> Title</title>
<meta name="descritpion" content="asdasd" />
<meta name="keywords" content="asdasd" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato|Lobster&subset=latin-ext" rel="stylesheet">
<div id="calosc">
<div id="baner">
<img src="obrazki/baner.jpg">
</div>
<div id="rectangle"</div>
</div>
CSS:
body
{
font-family: 'Lato', sans-serif;
background-color: #3A6669;
}
#calosc
{
width: 1000px;
margin-right: auto;
margin-left:auto;
position:relative;
}
#rectangle
{
background-color: black;
width: 1000px;
height: 100px;
}