Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. .sisalto {
  2. display: table;
  3. width: 100%;
  4. }
  5.  
  6. .menu1 {
  7. display: table-cell;
  8. color: white;
  9. background-color: #1a261d;
  10. width: 20%;
  11. padding: 10px;
  12. text-align: center;
  13.  
  14. }
  15.  
  16. .menu2 {
  17. display: none;
  18. }
  19.  
  20. .content {
  21. display: table-cell;
  22. background-color: #6e9479;
  23. width: 80%;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement