Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <style>
  2.  
  3. div {position: absolute; width:100%; height: 100%; overflow: hidden;}
  4. .blue{ background-color: #012169;}
  5. .red {background-color: #c8102e;}
  6. .white {background-color: white;}
  7. .black {background-color: black;}
  8.  
  9.  
  10. </style>
  11.  
  12. <div class="blue" style="width: 1200px; height: 600px;">
  13. <div class="white" style="transform: translate(0, 240px); height: 120px"> </div>
  14. <div class="white" style="transform: translate(500px, 0); width: 200px"> </div>
  15.  
  16. <div class="white" style="transform: translate(-600px, 240px) rotate(28deg); height: 120px; width:200%;"> </div>
  17. <div class="white" style="transform: translate(-600px, 240px) rotate(-28deg); height: 120px; width:200%;"> </div>
  18.  
  19. <div class="red" style="transform: translate(600px, -45px) rotate(-28deg); height: 30px; width:100%;"> </div>
  20. <div class="red" style="transform: translate(-600px, -15px) rotate(28deg); height: 30px; width:100%;"> </div>
  21. <div class="red" style="transform: translate(600px, 585px) rotate(28deg); height: 30px; width:100%;"> </div>
  22. <div class="red" style="transform: translate(-600px, 615px) rotate(-28deg); height: 30px; width:100%;"> </div>
  23.  
  24. <div class="white" style="transform: translate(0, 240px); height: 120px"> </div>
  25. <div class="white" style="transform: translate(500px, 0); width: 200px"> </div>
  26.  
  27. <div class="red" style="transform: translate(0, 270px); height: 60px"> </div>
  28. <div class="red" style="transform: translate(540px, 0); width: 120px"> </div>
  29.  
  30. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement