Czy jest poprawne użycie height w takiej sytuacji?
HTML
CSS
Kod
#wrapper {
margin: auto;
width: 1004px;
}
#top {
background-color: #000;
color: #fff;
height: 65px;
}
#photos {
clear: both;
height: 150px;
}
#logo {
float: left;
}
img {
border: none;
}
margin: auto;
width: 1004px;
}
#top {
background-color: #000;
color: #fff;
height: 65px;
}
#photos {
clear: both;
height: 150px;
}
#logo {
float: left;
}
img {
border: none;
}