Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .container {
- display: flex;
- flex-direction: row;
- }
- </style>
- <body>
- <div class="container">
- <div class="box one">
- <table></table>
- </div>
- <div class="box two">
- <table></table>
- </div>
- <div class="box three">
- <iframe></iframe>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement