alex1rap

Learn_1.htm

Dec 8th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.01 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Алекс Рябоконь</title>
  4.     <meta charset="UTF8">
  5.     <style>
  6.     body {
  7.         background-color: #e0fff6;
  8.         color: #ababa4;
  9.     }
  10.  
  11.     .user_list {
  12.         display: block;
  13.         margin-left: auto;
  14.         margin-right: auto;
  15.         margin-top: 2px;
  16.         padding: 5px;
  17.         background-color: #c4e4fc;
  18.         color: #1f247b;
  19.         width: 100%;
  20.         min-width: 240px;
  21.         max-width: 640px;
  22.     }
  23.  
  24.     .user_list:hover {
  25.         background-color: #bbdaf1;
  26.     }
  27.  
  28.     a {
  29.         color: #1f247b;
  30.         text-decoration: none;
  31.     }
  32.  
  33.     .user_list img {
  34.         width: 48px;
  35.         border-radius: 24px;
  36.     }
  37.     </style>
  38. </head>
  39. <body>
  40.     <a href='https://vk.com/alex1rap'>
  41.         <div class="user_list">
  42.             <img align="absmiddle" src="https://pp.vk.me/c638521/v638521663/d645/HlxTY1Zysuo.jpg"> Алекс Рябоконь
  43.         </div>
  44.     </a>
  45.     <a href='/user.php?id=257166170'>
  46.         <div class='user_list' style='display: block;'>
  47.             <img src='https://pp.vk.me/c637230/v637230170/1bdb7/w8utBbaluuQ.jpg' align='absmiddle'>Влад Карпенко
  48.         </div>
  49.     </a>
  50.  
  51.  
  52. </body>
  53. </html>
Add Comment
Please, Sign In to add comment