"background-color : Generic"
Bootstrap 3.3.0 Snippet by jeevan123456

1
2
3
4
5
6
7
8
9
10
<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">
<h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2>
</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
.bg-red {
background-color: #F44336 !important;
color: #fff; }
.bg-red .content .text,
.bg-red .content .number {
color: #fff !important; }
.bg-pink {
background-color: #E91E63 !important;
color: #fff; }
.bg-pink .content .text,
.bg-pink .content .number {
color: #fff !important; }
.bg-purple {
background-color: #9C27B0 !important;
color: #fff; }
.bg-purple .content .text,
.bg-purple .content .number {
color: #fff !important; }
.bg-deep-purple {
background-color: #673AB7 !important;
color: #fff; }
.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
color: #fff !important; }
.bg-indigo {
background-color: #3F51B5 !important;
color: #fff; }
.bg-indigo .content .text,
.bg-indigo .content .number {
color: #fff !important; }
.bg-blue {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: