"Font Awsome Icon Design With Youtube Video"
Bootstrap 3.3.0 Snippet by Divscodebd

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
<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 ---------->
<html>
<head>
<title>Icon Button</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-2">
<div class="content-box text-center">
<a href="http://localhost/sms/index.php/admin/home">
<span class="content-box-icon bg-vaiolet">
<i class="fa fa-dashboard"></i>
</span>
<h4>Dashboar</h4>
</a>
</div>
</div>
<div class="col-md-2">
<div class="content-box text-center">
<a href="http://localhost/sms/index.php/admin/admission/online">
<span class="content-box-icon bg-light-blue">
<i class="fa fa-dashboard"></i>
</span>
<h4>Online Admission</h4>
</a>
</div>
</div>
<div class="col-md-2">
<div class="content-box text-center">
<a href="http://localhost/sms/index.php/admin/Student/student_menu">
<span class="content-box-icon bg-light-red">
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
.content-box {
position: relative;
box-shadow: 1px 4px 10px -6px #222;
margin-bottom: 20px;
padding: 1px 0px;
margin-top:30px;
}
.content-box:hover .content-box-icon{
box-shadow: 1px 4px 10px -6px;
}
.content-box:hover a ,.content-box:active a ,.content-box:focus a{
text-decoration: none;
}
.content-box a h4 {
color: #222;
font-weight: 600;
font-family: serif;
font-size: 17px;
}
.content-box-icon {
width: 50px;
height: 50px;
background: #ce2a1b;
display: block;
text-align: center;
line-height: 50px;
font-size: 25px;
border-radius: 100%;
margin: auto;
color: #fff;
}
.bg-vaiolet{
background: #673ab7;
}
.bg-blue{
background:rgb(38, 172, 226);
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: