Your IP : 172.70.80.239


Current Path : /var/www/element/data/www/pavloman.ru/
Upload File :
Current File : /var/www/element/data/www/pavloman.ru/index_old.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;
    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="pavel.jpg" class="fullscreen-bg__video">
        <source src="pavel.mp4" type="video/mp4">
    </video>
</div>
</body>
</html>