Advertisement
1xptolevitico69

Responsive

Nov 28th, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Responsive</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width">
  7. <style>
  8.  
  9. body {
  10.   margin:0;
  11. }
  12. img {
  13.   display:block;
  14. }
  15.  
  16. </style>
  17. </head>
  18. <body>
  19.  
  20. <img width='100%'
  21. src='https://miro.medium.com/max/3840/1*ihf1SyfuNpVHB7Aq3cjqpA.jpeg'>
  22.      
  23.  
  24. <script></script>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement