Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .box
  2. {
  3. margin:auto;
  4. margin-top:10px;
  5. background-color:red;
  6. border: solid black;
  7. height:250px;
  8. width:300px;
  9.  
  10. }
  11.  
  12. .box1
  13. {
  14. margin:auto;
  15. margin-top:15px;
  16. background-color:green;
  17. border: solid black;
  18. height:200px;
  19. width:90%;
  20.  
  21. }
  22.  
  23. .box2
  24. {
  25. margin:auto;
  26. margin-top:20px;
  27. background-color:blue;
  28. border: solid black;
  29. height:150px;
  30. width:80%;
  31.  
  32. }
  33.  
  34. .box3
  35. {
  36. margin:auto;
  37. margin-top:25px;
  38. background-color:pink;
  39. border: solid black;
  40. height:100px;
  41. width:70%;
  42.  
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement