Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. div {margin-left:10px;
  2.  
  3. border: 3px solid red;
  4. }
  5. .container{
  6. width:1080px;
  7. height:66%;
  8.  
  9. }
  10. .A {
  11. width: 200px;
  12. height: 300px;
  13. background-color:green;
  14. float:left;
  15.  
  16. }
  17. .B {
  18.  
  19. float:left;
  20. width: 400px;
  21. height: 300px;
  22. background-color:green;
  23.  
  24. }
  25. .C {
  26.  
  27. float:left;
  28. width: 200px;
  29. height: 400px;
  30. background-color:green;
  31.  
  32. }
  33. .D {
  34.  
  35. float:left;
  36. width: 200px;
  37. height: 400px;
  38. background-color:green;
  39.  
  40. }
  41. .E {
  42.  
  43. width: 110px;
  44. height: 100px;
  45. background-color:yellow;
  46. margin-top:30%;
  47.  
  48. }
  49. .F {
  50.  
  51. width: 110px;
  52. height: 100px;
  53. background-color:orange;
  54. margin-top:1%;
  55. }
  56. .G {
  57.  
  58. width: 500px;
  59. height: 210px;
  60. background-color:gray;
  61. margin-top:-20%;
  62. margin-left:12%;
  63. }
  64. .H {
  65.  
  66. width: 200px;
  67. height: 100px;
  68. background-color:ORANGE;
  69. margin-left:600px;
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement