"Card Color & Button"
Bootstrap 3.3.0 Snippet by maykolrg

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/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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<section class="wrapperColor">
<div class="container-fostrap">
<div class="content">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-3">
<div class="card">
<a class="img-card" href="javascript:;" style="background:#0072AE;">
</a>
<div class="card-content">
<!--<h4 class="card-title">
<a href="javascript:;">
Nombre del color
</a>
</h4>-->
<p class="">
<b>HEX:</b> #0072AE
</p>
<p class="">
<b>RGB:</b> rgb(255,255,255)
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-3">
<div class="card">
<a class="img-card" href="javascript:;" style="background:#FF6702;">
</a>
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
.wrapperColor {
display: table;
height: 100%;
width: 100%;
}
.container-fostrap {
display: table-cell;
padding: 1em;
text-align: center;
vertical-align: middle;
}
.fostrap-logo {
width: 100px;
margin-bottom:15px
}
h1.heading {
color: #fff;
font-size: 1.15em;
font-weight: 900;
margin: 0 0 0.5em;
color: #505050;
}
@media (min-width: 450px) {
h1.heading {
font-size: 3.55em;
}
}
@media (min-width: 760px) {
h1.heading {
font-size: 3.05em;
}
}
@media (min-width: 900px) {
h1.heading {
font-size: 3.25em;
margin: 0 0 0.3em;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: