Can you help me figure out why the background color of the 'social' div is not appearing in this HTML code? I have tried using overflow: hidden and clear: both, but neither of them seems to be working.
@charset "utf-8";
/* CSS Document */
body {
border-top: solid 10px #ff6b39;
padding: 0;
margin: 0;
}
.wrap {
width: 940px;
margin: 0 auto;
}
header {
padding: 0;
margin: 0;
padding-top: .001em;
position: relative;
border-bottom: 2px solid #e5e5e5;
}
...