Advertisement
1xptolevitico69

Gallery

Dec 26th, 2019
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title></title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width">
  7. <style>
  8. body{display:flex;margin:0;}
  9.  
  10. .large {   width:40%;height:400px;padding:10px;     }
  11. .not_large {   width:100%;height:195px;display:block;  }
  12. .short {  width:20%;margin:10px 0;  }
  13.  
  14.  
  15.  
  16.  
  17.  
  18. </style>
  19. </head>
  20. <body>
  21.  
  22. <img class='large' src='https://images.wallpaperscraft.com/image/usa_kenai_fjords_alaska_mountains_lake_sky_103859_1600x900.jpg'/>
  23.  
  24.  
  25. <div class='short'>
  26. <img class='not_large' src='https://st3.depositphotos.com/11911276/18226/v/600/depositphotos_182267896-stock-video-top-view-of-paradise-beach.jpg'/>
  27.  
  28. <img style='padding:10px 0;' class='not_large' src='https://images.wallpaperscraft.com/image/banff_canada_night_mountains_118997_1600x900.jpg'/>
  29. </div>
  30.  
  31.  
  32. <img class='large' src='https://www.wallbg.com/wallpaper/1920x1080/2017/Palm-Trees-Bahamas-Islands-Caribbean-872573804-1920x1080.jpg'/>
  33.  
  34.  
  35. <script></script>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement