here2share

HTML resize image

Aug 16th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. div {
  6.     width: 420px;
  7.     padding: 10px;
  8.     border: 5px solid gray;
  9.     margin: 0;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14.  
  15. <h2>Calculate the total width:</h2>
  16.  
  17. <img src="http://i.imgur.com/6JWdq7v.png" width="450" alt="artweave">
  18. <div>The actual picture is 600px wide reduced to 450px.</div>
  19.  
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment