Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Document</title>
  8. </head>
  9. <body>
  10. <div style="width: 33.34%; height: 200px; background-color: red; float: left;">A</div>
  11. <div style="width: 33.33%; height: 200px; margin-left: auto; background-color: blue; float: left;">B</div>
  12. <div style="width: 33.33%; height: 200px; margin-right: auto; background-color: green; float: left;">C</div>
  13. <div style="width: 16.66%; height: 400px; margin-right: auto; background-color: orange; float: left;">D</div>
  14. <div style="width: 16.66%; height: 200px; margin-right: auto; background-color: palegreen; float: left;">E </div>
  15. <div style="width: 16.66%; height: 400px; margin-right: auto; background-color: purple; float: left;">F</div>
  16. <div style="width: 16.66%; height: 200px; margin-right: auto; background-color: khaki; float: left;">G</div>
  17. <div style="width: 16.66%; height: 400px; margin-right: auto; background-color: peru; float: left;">H</div>
  18. <div style="width: 16.66%; height: 200px; margin-right: auto; background-color: saddlebrown; float: left;">I</div>
  19. <div style="width: 16.66%; height: 200px; margin-right: auto; background-color: salmon; float: left;">L</div>
  20. <div style="width: 16.66%; height: 200px; margin-right: auto; background-color: seagreen; float: left;">div</div>
  21. <div style="width: 16.66%; height: 200px; margin-right: auto; background-color: skyblue; float: left;">div</div>
  22. <div style="width: 16.66%; height: 200px; margin-right: auto;background-color: steelblue; float: left;">div</div>
  23. <div style="width: 50%; height: 200px; margin-right: auto; background-color: tomato; float: left;">div</div>
  24. <div style="width: 16.66%; height: 200px; margin-right: auto; background-color: yellow;"></div>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement