Advertisement
AndrewSD

Untitled

Jan 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Картинка</title>
  6.     <style>
  7.         img{
  8.             width: 250px;
  9.             border: 5px solid white;
  10.             outline: 1px solid gray;
  11.             box-shadow: 0 15px 8px -3px #D3D3D3;
  12.             border-radius: 5px;
  13.         }
  14.     </style>
  15. </head>
  16. <body>
  17. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTkLZbTckAeoKgo9OrOE6khesMvfdoj-rwz1Wan4Oeo3ULJgob16U3wt5m9">
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement