Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Виктория Андреевна Будяну</title>
  6. </head>
  7. <div style="display: flex;height: 100vh;">
  8.     <div style="flex: 30%;">
  9.         <iframe src="table.html"></iframe>
  10.     </div>
  11.     <div style="flex: 70%; flex-direction: column; display: flex;">
  12.         <iframe style="height: 33.3%;" src="numb1.html" name="first"></iframe>
  13.         <iframe style="height: 33.3%;" src="numb3.html" name="second"></iframe>
  14.         <iframe style="height: 33.3%;" src="numb4.html" name="fird"></iframe>
  15.     </div>
  16. </div>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement