Advertisement
Guest User

css

a guest
May 5th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #naslov{
  2. height: 90px;
  3. width: 100%;
  4. background: blue;
  5. text-align:center;
  6. color:#999;
  7.  
  8. }
  9.  
  10. #meni{
  11. height: 50px;
  12. width: 100%;
  13. background: black;
  14. }
  15.  
  16.  
  17.  
  18. #jedan{
  19. float:left;
  20. background: green;
  21. width: 60%;
  22. height: 200px;
  23. }
  24. #dva{
  25. float:left;
  26. background: orange;
  27. width: 20%;
  28. height:200px;
  29. }
  30. #tri{
  31. float:left;
  32. background: yellow;
  33. width: 20%;
  34. height: 200px;
  35. }
  36.  
  37. #podnozje{
  38. width: 100%;
  39. height: 50px;
  40. background: red;
  41. float:right;
  42.  
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement