"exercixe010"
Bootstrap 3.3.0 Snippet by okebro

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!-- Add or remove "with-glare" class. Removing the glare makes the screen interactive -->
<div class="css-mb with-glare">
<div class="mb-display-position">
<div class="mb-display">
<div class="mb-screen-position">
<div class="mb-screen">
<!-- Image -->
<div class="css-carousel">
<img class="css-img" src="http://rumart.weebly.com/files/theme/001.jpg" />
<img class="css-img" src="http://rumart.weebly.com/files/theme/002.jpg" />
<img class="css-img" src="http://rumart.weebly.com/files/theme/003.jpg" />
<img class="css-img" src="http://rumart.weebly.com/files/theme/004.jpg" />
<img class="css-img" src="http://rumart.weebly.com/files/theme/005.jpg" />
<img class="css-img" src="http://rumart.weebly.com/files/theme/006.jpg" />
</div>
<!-- <Image -->
</div>
</div>
</div>
</div>
<div class="mb-body"></div>
<div class="mb-bottom-cover"></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
.css-carousel {
width: 100%;
height: 100%; /* Height of images */
position: relative;
overflow: hidden;
}
.css-carousel .css-img {
width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
opacity: 0;
-webkit-animation: css-carousel-fade 30s linear infinite;
-moz-animation: css-carousel-fade 30s linear infinite;
-ms-animation: css-carousel-fade 30s linear infinite;
animation: css-carousel-fade 30s linear infinite;
}
.css-carousel .css-img:nth-child(2) {
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
-ms-animation-delay: 5s;
animation-delay: 5s;
}
.css-carousel .css-img:nth-child(3) {
-webkit-animation-delay: 10s;
-moz-animation-delay: 10s;
-ms-animation-delay: 10s;
animation-delay: 10s;
}
.css-carousel .css-img:nth-child(4) {
-webkit-animation-delay: 15s;
-moz-animation-delay: 15s;
-ms-animation-delay: 15s;
animation-delay: 15s;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: