| Current Path : /var/www/element/data/www/anuha.ru/ |
| Current File : /var/www/element/data/www/anuha.ru/index orig.html |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Анюшка, с Днём!</title>
<style>
.fullscreen-bg {
height: 100%;
}
.fullscreen-bg__video {
position: absolute;
top: 0;
left: 0;
right: 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: 0;
}
.overlay h1 {
text-align:center;
color:#fff;
font-size: 70px;
margin-top:17%;
}
@media (max-width: 767px) {
.fullscreen-bg {
background: url('dulo.jpg') center center / cover no-repeat;
}
.fullscreen-bg__video {
display: none;
}
}
</style>
</head>
<body>
<div class="fullscreen-bg">
<video loop="" muted="no" autoplay="" poster="prisma.jpg" class="fullscreen-bg__video">
<source src="anutka.mp4" type="video/mp4">
</video>
</div>
</body>
</html>