Home Code Box

Code Box

Pre Tag
/* Header */
header {
margin: 0 auto;
position: relative;
padding:20px 0;
width:995px;
}
header:after{
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
}

Code Tag
/* Header */ header { margin: 0 auto; position: relative; padding:20px 0; width:995px; } header:after{ display: block; visibility: hidden; clear: both; height: 0; content: "."; }

Comments