Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.32 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.   <head>
  4.     <title>เพื่อนสนิท</title>
  5.     <!-- Required meta tags -->
  6.     <meta charset="utf-8">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8.     <style>
  9.         .img-box {
  10.             display: inline;
  11.         }
  12.         img {transition: transform .3s;margin: 6px;border-radius: 3px;}
  13.         img:hover {transform: scale(1.1);}
  14.     </style>
  15. </head>
  16.   <body>
  17.     <h1>เพื่อนสนิทของฉัน</h1>
  18.     <a href="#" style=""><img src="https://dummyimage.com/300x300/000/fff" title="เพื่อนสนิทคนที่ 1" class="img-box" alt="เพื่อนสนิทคนที่ 1"></a>
  19.     <a href="#" style=""><img src="https://dummyimage.com/300x300/000/fff" title="เพื่อนสนิทคนที่ 2" alt="เพื่อนสนิทคนที่ 2"><br></a>
  20.     <a href="#" style=""><img src="https://dummyimage.com/300x300/000/fff" title="เพื่อนสนิทคนที่ 3" class="img-box" alt="เพื่อนสนิทคนที่ 3"></a>
  21.     <a href="#" style=""><img src="https://dummyimage.com/300x300/000/fff" title="เพื่อนสนิทคนที่ 4" alt="เพื่อนสนิทคนที่ 4"></a>
  22.   </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement