"Yet another card..."
Bootstrap 3.0.0 Snippet by harunpehlivan

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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 ---------->
<div class="wrapper">
<div class="card">
<h1>I think, therefore I am.</h1>
<div class="card__content">
<i>HARUN PEHLİVAN </i> <a href="https://harunpehlivantebimtebitagem.carrd.co" target="_blank"> FOUNDER,CEO BLOGGER</a><i>7+24 ONLİNE</i> HP IT GROUP 2008 TEBİM 2012 TEBİTAGEM
</div>
<span class="i-quote"></span>
<div class="card__overlay card__overlay--1"></div>
<div class="card__overlay card__overlay--2"></div>
<div class="card__overlay card__overlay--3"></div>
</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(https://fonts.googleapis.com/css?family=Roboto:400,300);
* {
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #F3F3F3;
}
.wrapper {
position: relative;
z-index: 1;
overflow: hidden;
}
h1 {
position: relative;
margin-top: 0;
padding-top: 35px;
color: white;
font-family: 'Times New Roman';
font-size: 28px;
font-weight: 300;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
$('.card').on('click', function() {
$(this).toggleClass('js-trigger');
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: