Guest User

Untitled

a guest
Nov 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. /**
  2. * Vinny's Ron Swanson CSS Sandbox
  3. */
  4. h1 {color:#1884CA;
  5. text-align:center;
  6. margin-top:40px;
  7. }
  8.  
  9. .cabin {background: #f06;
  10. background: #fff;
  11. min-height: 100%;
  12. width:850px;
  13. color:#000000;
  14. font-family: helvetica;
  15. font-weight:strong;
  16. font-size:1.2em;
  17. }
  18.  
  19. .ron {background:#fe0101;
  20. width:350px;
  21. height:270px;
  22. padding:10px;
  23. margin:15px;
  24. float:left;
  25. }
  26.  
  27. .swanson {background:#fff;
  28. width:350px;
  29. height:300px;
  30. padding:10px;
  31. margin:15px;
  32. float:right;
  33. }
  34.  
  35. .lil {background:#fe0101;
  36. width:350px;
  37. height:120px;
  38. padding:10px;
  39. margin:15px;
  40. float:left;
  41. }
  42.  
  43. .sebastian {background:#1884CA;
  44. width:350px;
  45. height:180px;
  46. padding:10px;
  47. margin:15px;
  48. float:right;
  49. }
Add Comment
Please, Sign In to add comment