"SmashQ Footer"
Bootstrap 4.1.1 Snippet by gbdevteam

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div id="menu"style="postion:sticky;">
<ul>
<li><a href="https://smashq.com/ "><i class="fa fa-home" style="font-size:30px"></i> </a></li>
<li><a href="#"><i class="fa fa-search" style="font-size:30px"></i> </a></li>
<li><a href="#"><i class="fa fa-plus-circle" style="font-size:30px"></i>
</a></li>
<li><a href="https://smashq.com/user-profile/testdevtest"> <i class="fa fa-comment" style="font-size:30px"></i>
</a></li>
<li><a href="https://smashq.com/mail"><i class="fa fa-user" style="font-size:30px"></i>
</a></li>
</ul>
</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
#menu ul {
list-style-type: none;
margin: 0;
width: 100%;
padding: 0;
overflow: hidden;
background-color: #ffffff;
text-align: center;
}
#menu li {
display: inline-block;
}
#menu li a {
display: block;
color: #a9a9a9;
text-align: center;
padding: 16px 20px;
text-decoration: none;
}
#menu li a:hover {
text-decoration: none;
}
.fa-home:hover {
color: #000;
}
.fa-search:hover {
color: #000;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: