"Zubrak Lodder"
Bootstrap 4.0.0 Snippet by sumi9xm

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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">
<div class="col-md-6">
<div class="holder">
<div class="box-1"></div>
<div class="box-2"></div>
<div class="box-3"></div>
<h1>Z</h1>
</div>
</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
/*============== loading Script ==============
========================================= */
.holder {
width: 82px;
border: 4px solid #000;
margin: 300px auto;
position: relative;
height: 80px;
}
.holder h1 {
text-align: center;
font-size: 50px;
padding: 0px;
font-weight: 600;
color: #000;
margin-top: 5px;
}
.box-1, .box-2 {
position: absolute;
background: #000;
width: 8px;
height: 8px;
z-index: 99;
}
.box-3 {
position: absolute;
background: #fff;
width: 25px;
height: 25px;
top: -4px;
right: -4px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: