"Anirudha Bhowmik box slide"
Bootstrap 4.0.0 Snippet by anirudhabhowmik

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/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 ---------->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ---------->
<section class="container">
<div class="section first">
<div class="cont_title">
<!--<div class="letter-container">
<p class="lettering">Alaska, USA</p>
</div>-->
<h1>kenai<br>fjords</h1>
<a href="https://www.youtube.com/channel/UCXTfDJ60DBmA932Du6B1ydg
">CLICK HERE</a>
</div>
<div class="cont_desc">
<p>Rappel into a crevasse, kayak through icebergs, and watch a glacier recede.</p>
</div>
</div>
<div class="section">
<div class="cont_title">
<h1>Hawai'i<br>Volcanoes</h1>
<a href="https://www.youtube.com/channel/UCXTfDJ60DBmA932Du6B1ydg
">CLICK HERE</a>
</div>
<div class="cont_desc">
<p>Rappel into a crevasse, kayak through icebergs, and watch a glacier recede.</p>
</div>
</div>
<div class="section">
<div class="cont_title">
<h1>Carlsbad<br>Caverns</h1>
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 "https://fonts.googleapis.com/css?family=Economica";
html, body {
margin: 0;
max-width: 100%;
height: 100%;
}
.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
width: 100vw;
}
.container:hover > .section {
-webkit-filter: brightness(22%);
filter: brightness(22%);
}
.container:hover > .section:hover {
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
.container .section {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
height: 100%;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-box-align: center;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: