| Current Path : /var/www/element/data/www/anuha.ru/ |
| Current File : /var/www/element/data/www/anuha.ru/index3.html |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Анюшка :)</title>
<style>
.fullscreen-bg {
overflow: hidden;
z-index: -100;
position: relative;
height: 100%;
width: 100%;
padding-top:45%;
}
.fullscreen-bg__video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.overlay {
background: rgba(0,0,0,0.6);
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
z-index: 4;
}
.overlay h1 {
text-align:center;
color:#fff;
font-size: 70px;
margin-top:17%;
}
</style>
</head>
<body>
<div class="fullscreen-bg">
<div class="overlay">
<h1>Анютик<br>с Днём рождения!</h1>
</div>
<video loop="" muted="no" autoplay="" poster="dulo.jpg" class="fullscreen-bg__video">
<source src="anutka.mp4" type="video/mp4">
</video>
</div>
</body>
</html>