"margin & padding - 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
/* Helpers ===================================== */
.m-l--125 {
margin-left: -125px; }
.m-t--125 {
margin-top: -125px; }
.m-r--125 {
margin-right: -125px; }
.m-b--125 {
margin-bottom: -125px; }
.m-l--120 {
margin-left: -120px; }
.m-t--120 {
margin-top: -120px; }
.m-r--120 {
margin-right: -120px; }
.m-b--120 {
margin-bottom: -120px; }
.m-l--115 {
margin-left: -115px; }
.m-t--115 {
margin-top: -115px; }
.m-r--115 {
margin-right: -115px; }
.m-b--115 {
margin-bottom: -115px; }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: