Witajcie.
Mam problem z zdjęciami na stronie www.
Tworzę prostą stronę na jedną imprezę w szkole. Dodając zdjęcia w kodzie HTML tworzą się między nimi marginesy mimo braku nadania marginesów w kodzie. Jeżeli jest wstanie ktoś pomóc zapraszam do zapoznania się z stroną www.zsofestiwal.pl oraz kodem podanym niżej:
<!DOCTYPE html>
<html>
<head>
<title>Festiwal Talnetów Elbląg</title>
<meta charset=utf-8 />
<link rel="stylesheet" href="css.css" text="text/css" />
<link href="https://fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id=conteiner1>
<img src="top.png" width=100%; height: 100%;/>
</div>
<div id=conteiner>
<img src="div/1.png" width="100%" height="100%" >
<img src="div/2.png" width="100%" height="100%" >
<img src="div/3.png" width="100%" height="100%" >
<img src="div/4.png" width="100%" height="100%" >
<img src="div/5.png" width="100%" height="100%" >
<img src="div/6.png" width="100%" height="100%" >
<img src="div/7.png" width="100%" height="100%" >
<img src="div/8.png" width="100%" height="100%" >
<img src="div/9.png" width="100%" height="100%" >
<img src="div/10.png" width="100%" height="100%" >
<img src="div/11.png" width="100%" height="100%" >
</div>
</body>
</html>
body
{
background-repeat: no-repeat;
background-color: black;
}
#conteiner
{
width: 100%;
height: 100%;
font-family: 'Great Vibes', cursive;
}
#conteiner1
{
width: 100%;
height: 100%;
}
.tile
{
width: 14.3%;
height: 4.9%;
color: rgba(255,255,255,0.5);
filter: alpha(opacity=50);
text-align: center;
font-family: 'Great Vibes', cursive;
position: absolute;
float-color: black;
font-size: 70%;
top: 0;
left: 0;
}