"Coming Soon!"
Bootstrap 4.1.1 Snippet by uaKalwin

1
2
3
4
5
6
7
8
9
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="bg-special">
<h1>Get Around Maine<span></span></h1>
<div class="w-100 text-center text-uppercase font-weight-bold" st>Акции!</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@import url(http://fonts.googleapis.com/css?family=Bevan);
.bg-special /*body*/{
overflow-y: hidden;
max-height: 40em;
background: rgba(255,255,255,0.1) url(https://my-asia.net/image/catalog/bg-special.png) 50% 40px no-repeat;
-webkit-animation: bgscroll 30s alternate infinite linear;
-moz-animation: bgscroll 30s alternate infinite linear;
-ms-animation: bgscroll 30s alternate infinite linear;
}
h1 {
width: 416px;
height: 398px;
margin: 0 auto 0;
text-indent: -9999px;
background: url(http://i.imgur.com/jo0Cg.png) 0 0 no-repeat;
position: relative;
}
h1 span {
position: absolute;
display: block;
z-index: -1;
width: 675px;
height: 675px;
background: url(http://i.imgur.com/1YS17.png) 0 0 no-repeat;
top: -139px;
left: -130px;
-webkit-animation: rotateinfinite 120s infinite linear;
-moz-animation: rotateinfinite 120s infinite linear;
-ms-animation: rotateinfinite 120s infinite linear;
}
@-webkit-keyframes bgscroll {
0% { background-position: 5% 40px; }
100% { background-position: 95% 40px; }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: