By
artivanovkk
Я начинающий!
Вот код со страницы, нужно зафиксировать текст под картинкой, заранее благодарен!
Только, чтобы текст был слева и прямо под картинкой!:)
<!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>
Question
adminfilm
здравствуйте хочу сделать так чтобы текст отображалась всегда здесь
но когда увеличиваю зоом в браузере вот что получается хочу чтобы при любом расширение текст было бы там
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.