Advertisement
Guest User

Untitled

a guest
Apr 13th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <style>
  2. .container {
  3. display: flex;
  4. flex-direction: row;
  5. }
  6. </style>
  7. <body>
  8. <div class="container">
  9. <div class="box one">
  10. <table></table>
  11. </div>
  12.  
  13. <div class="box two">
  14. <table></table>
  15. </div>
  16.  
  17. <div class="box three">
  18. <iframe></iframe>
  19. </div>
  20. </div>
  21. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement