Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. .sidebar {
  2. width: 200px;
  3. height: 400px;
  4. background-color: red;
  5. float: left;
  6. }
  7.  
  8. .main {
  9. background-color: blue;
  10. }
  11.  
  12. footer {
  13. background-color: yellow;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement