"our new snipets"
Bootstrap 3.3.0 Snippet by prakash044

1
2
3
4
5
6
7
8
9
10
11
12
<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 ---------->
<div class="panel">
<div class="marking">
<h1><a href="#">Our Hit Mark</a></h1>
<h1><a href="#">Our Hit Mark</a></h1>
<h1><a href="#">Our Hit Mark</a></h1>
<h1><a href="#">Our Hit Mark</a></h1>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.panel{
padding-left:10px;
padding-right:10px;
background-color:green;
display:inline-block
float:right;
border-left:5px solid red;
border-bottom:5px solid red;
}
.marking{
border-bottom:3px solid whitek;
padding:6px 6px 6px 6px;
}
.panel a:link{color:white;border:3px solid white;padding:15px 15px 15px 15px;background-color:red }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: