Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Divy style</title>
  4.  
  5. </head>
  6. <body style="background-color:black;">
  7. <div background-color:black;>
  8. <div style="height:200px; width:33.33%;margin-left;background-color:yellow;float:left">A
  9. </div>
  10. <div style="height:200px; width:33.34%; margin-right: auto;;background-color:white;float:left;">B
  11. </div>
  12. <div style="height:200px; width:33.33%; margin-right: auto;;background-color:red;float:left;">C
  13. </div>
  14. <div style="height:400px; width:16.66%;margin-right: auto;;background-color:green;float:left;">D
  15. </div>
  16. <div style="height:400px; width:16.66%;float:left">
  17. <div style="height:200px; width:100%;margin-right: auto;;background-color:pink;float:left;">E
  18. </div>
  19. <div style="height:200px; width:100%;margin-right: auto;;background-color:yellow;float:left;">J
  20. </div>
  21. </div>
  22. <div style="height:400px; width:16.66%;margin-right: auto;;background-color:orange;float:left;">F
  23. </div>
  24. <div style="height:400px; width:16.66%;float:left">
  25. <div style="height:200px; width:100%;background-color:blue;">G</div>
  26. <div style="height:200px; width:100%;background-color:red;">K</div>
  27. </div>
  28. <div style="height:400px; width:16.66%;margin-right: auto;;background-color:lime;float:left";>H
  29. </div>
  30. <div style="height:400px; width:16.66%;float:left">
  31. <div style="height:200px; width:100%;margin-right: auto;;background-color:purple;float:left";>I
  32. </div>
  33. <div style="height:200px; width:100%;margin-right: auto;;background-color:white;float:left";>L
  34. </div>
  35. </div>
  36. <div style="height:200px; width:16.66%;margin-right: auto;;background-color:cyan;float:left";>M
  37. </div>
  38. <div style="height:200px; width:16.66%;margin-right: auto;;background-color:blue;float:left;">N
  39. </div>
  40. <div style="height:200px; width:16.66%;margin-right: auto;;background-color:brown;float:left;">O
  41. </div>
  42. <div style="height:200px; width:49.99%;margin-right: auto;;background-color:pink;float:left">P
  43. </div>
  44. <div style="height:200px; width:49.99%;margin-right: auto;;background-color:red;float:left">R
  45. </div>
  46. <div style="height:200px; width:16.66%;margin-right: auto;;background-color:green;float:left";>S
  47. </div>
  48. <div style="height:200px; width:16.66%;margin-right: auto;;background-color:lime;float:left";>T
  49. </div>
  50. <div style="height:200px; width:16.66%;margin-right: auto;;background-color:orange;float:left";>W
  51. </div>
  52. </div>
  53. </body>
  54.  
  55.  
  56. </html>
  57. /div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement