Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>404 – страница не найдена</title>
  5. <meta charset="utf-8">
  6. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  7. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
  8. <style type="text/css">
  9. html, body {width:100%;height:100%;overflow:hidden;margin:0px;padding:0px;font-family:'Open Sans',sans-serif;font-size:16px}
  10. body {background:url('404.png') center no-repeat #fff}
  11. .content {width:100%;text-align:center;position:absolute;bottom:10%;left:0px;}
  12. .content a {display:inline-block;text-decoration:none}
  13. .content a:hover {opacity:0.7}
  14. .content a, .content a:hover {color:#000;font-size:14px}
  15. @media only screen and (max-width: 460px), screen and (max-height: 700px) {
  16. .content {position:static;}
  17. .content a {display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;font-size:0px;opacity:0;}
  18. body {background-size:cover}
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div class="content">
  24. <a href="/">Перейти к главной странице</a>
  25. </div>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement