"round border animation css"
Bootstrap 4.1.1 Snippet by abhijeetka

1
2
3
4
5
6
7
8
9
10
11
12
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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="col-lg-2 col-md-2 col-sm-3 col-xs-6 cloumn-box"> <a href="#">
<div class="animate-concetto">
<div class="top-bx imgaspmvc"> <span class="pulse"></span> </div>
<div class="btm-bx-txt">ASP.Net MVC<br>
Development </div>
</div>
</a> </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
.cloumn-box {
padding: 20px 40px!important;
min-height: auto!important;
text-align: center;
}
.cloumn-box a {
float: left;
width: 100%;
margin: 0 0 60px;
}
.animate-concetto {
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #fff;
display: inline-block;
line-height: 70px;
width: 100px;
height: 100px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-decoration: none;
color: #fff;
margin: 0 auto;
-moz-transition: all 275ms cubic-bezier(.53, -.67, .73, .74);
-o-transition: all 275ms cubic-bezier(.53, -.67, .73, .74);
-webkit-transition: all 275ms cubic-bezier(.53, -.67, .73, .74);
transition: all 275ms cubic-bezier(.53, -.67, .73, .74);
box-shadow: 5px 5px 5px #dedddd;
}
.top-bx {
text-align: center;
min-height: 70px;
text-align: center;
margin: 15px auto 20px;
float: none;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: