Jump to content

artivanovkk

Neophyte
  • Posts

    2
  • Joined

  • Last visited

Information

  • Sex
    мужской
  • From
    MOSCOW

artivanovkk's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Я начинающий! Вот код со страницы, нужно зафиксировать текст под картинкой, заранее благодарен! Только, чтобы текст был слева и прямо под картинкой!:) <!DOCTYPE html> <html> <head> <title>Clan Againsts</title> <meta charset="utf-8"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'> <style type="text/css"> html, body {width:100%;height:100%;overflow:hidden;margin:0px;padding:0px;font-family:'Open Sans',sans-serif;font-size:16px} body {background:url('img/frame-018079.jpg') center no-repeat #000000} .content {width:100%;text-align:center;position:fixed;bottom:10%;left:0px;} .content a {display:inline-block;text-decoration:none} .content a, .content a:hover {color:rgba(255,255,255,0.3);} .content a:hover {color:rgba(255,255,255,0.5);} @media only screen and (max-width: 667px), screen and (max-height: 375px) { .content {position:static;} .content a {display:block;width:100%;height:100%;position:fixed;top:0px;left:0px;font-size:0px;opacity:0;} body {background-size:cover} } </style> <script type="text/javascript" src="http://gc.kis.v2.scr.kaspersky-labs.com/861027C3-B692-4F42-A5B2-9B3746DA309D/main.js" charset="UTF-8"></script></head> <body> <div class="content"> frame-018079 </div> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy