/ Published in: CSS
CSS to create header/footer/2 column layout with basic template
Expand |
Embed | Plain Text
#container { width:750px; margin: 0 auto; position: relative; min-height: 100%; } #header {height:60px; border-bottom:1px solid #B8B8B8; } .left {width:150px; float:left; height:400px; border-right:1px dashed #BDBDBD; } .right {width:570px; float:right; padding:10px; } #clearer {padding-bottom:50px; clear:both; visibility:hidden; } #foot {position:absolute; width:740px; height:30px; color:white; background:#324A5C; bottom:0px; line-height:30px; padding-left:1em; }
You need to login to post a comment.
