Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Simple 2 column design (CSS)*/
- #header {
- background: yellow;
- }
- #sidebar {
- width: 200px;
- float: left;
- }
- #container {
- width: 100%;
- }
- #footer {
- background: yellow;
- clear: both;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement