Guest User

Untitled

a guest
Mar 2nd, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Последние записи в Golos.io</title>
  6.     <link href="https://fonts.googleapis.com/css?family=Exo+2" rel="stylesheet">
  7.     <link rel="icon" type="image/x-icon" href="/favicon.ico">
  8.     <script src="../script.js"></script>
  9.     <style>
  10.         body{
  11.             font-family: 'Exo 2', sans-serif;
  12.             margin: 0;
  13.             padding:0;
  14.         }
  15.         a{
  16.             color: #000;
  17.         }
  18.         div.container-menu{
  19.             height:17vh;
  20.             padding:2vh 0;
  21.             background: #98a8c5;
  22.         }
  23.         div.logo{
  24.             width:17vh;
  25.             height:15vh;
  26.             margin:0 auto;
  27.         }
  28.         div.container-menu div.logo svg{
  29.             height:15vh;
  30.             width:15vh;
  31.             stroke: #fff;
  32.         }
  33.         div.container-block{
  34.             width:46vw;
  35.             margin:0 auto;
  36.             padding:0 2vw;
  37.         }
  38.         div.container-block .block{
  39.             border-bottom: 1px solid #000;
  40.             margin:15px auto;
  41.             text-align: center;
  42.             padding: 5px 0;
  43.         }
  44.         div.container-block .block span{
  45.             display: block;
  46.             width: 100%;
  47.             text-align: right;
  48.         }
  49.     </style>
  50. </head>
  51. <body>
  52.     <div class="container-menu">
  53.         <div class="logo">
  54.             <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 158 171.8" style="enable-background:new 0 0 158 171.8;" xml:space="preserve"><style type="text/css"> .st0{fill:url(#XMLID_33_);} .st1{fill:url(#XMLID_34_);} .st2{fill:#FFFFFF;} </style><g id="XMLID_16_"><linearGradient id="XMLID_33_" gradientUnits="userSpaceOnUse" x1="17.9143" y1="36.2467" x2="91.7842" y2="36.2467"><stop offset="0" style="stop-color:#FF3F3F"></stop><stop offset="1" style="stop-color:#EB0000"></stop></linearGradient><path id="XMLID_3_" class="st0" d="M70.8,66L70.8,66c12.3-5.1,20.9-17.4,20.9-31.7C91.8,15.4,76.6,0,58,0 C39.3,0,24.1,15.4,24.1,34.3c0,10.3,4.5,19.5,11.6,25.8L17.9,72C17.9,72,53.6,75.1,70.8,66z"></path><linearGradient id="XMLID_34_" gradientUnits="userSpaceOnUse" x1="2.400511e-06" y1="89.2769" x2="157.8291" y2="89.2769"><stop offset="0" style="stop-color:#2482C5"></stop><stop offset="1" style="stop-color:#285FAC"></stop></linearGradient><path id="XMLID_11_" class="st1" d="M143.1,103.5c-17-6.1-40.7,5.7-40.7,5.7s18.3-24.5,17.9-60.7C120.1,22,110.7,13.4,103.5,7 c0.6,3.6,0.9,7.3,0.9,11c0,38.4-23.8,64.2-62.1,64.2c-15.9,0-30.5-0.1-42.2-9c0.2,0.6,1.9,7.9,8.7,15.5c3,3.4,7.1,6.8,12.4,9.7 c17.2,9.3,30.4,10.4,31.7,10.5c0.1,0.1,0.1,0.3,0.2,0.4c0,19.1-13.4,46.4-32.4,46.4c-2.9,0-5.7-0.4-8.4-1c-7.4-1.5-12-5.3-12-5.3 s2.6,19.9,24,21.9c23.5,2.2,34.3-2.9,57.6-17.1c24.9-15.2,43.8-31.3,58.3-27.3c11,3,12.8,20.5,12.8,20.5s3.3-6.9,4.3-13 C158.3,128,160.1,109.6,143.1,103.5z"></path></g><g id="XMLID_14_"><path id="XMLID_12_" class="st2" d="M57.2,11.1c7.1,0,13.5,3.2,17.8,8.2l2.7-2.3c-5-5.7-12.4-9.4-20.5-9.4c-5.7,0-11,1.8-15.4,4.8 l2,2.9C47.6,12.7,52.2,11.1,57.2,11.1z"></path></g></svg>
  55.         </div>
  56.     </div>
  57.     <div class="container-block">
  58.         <h1>Последние посты</h1>
  59.     </div>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment