"social link"
Bootstrap 3.0.0 Snippet by sumi9xm

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ---------->
<head>
<script src="https://use.fontawesome.com/07b0ce5d10.js"></script>
</head>
<ul id="webSocialList">
<li id="webSocialTwitter"><i class="fa fa-twitter"></i><a href="https://www.twitter.com/mlegrix" target="_blank">Follow me on Twitter</a></li>
<li id="webSocialGoogle"><i class="fa fa-google-plus"></i><a href="https://google.com/+matthieulegrixdelasalle" target="_blank">Follow me on google+</a></li>
<li id="webSocialLinkedin"><i class="fa fa-linkedin"></i><a href="https://www.linkedin.com/in/mlegrix" target="_blank">Follow me on linkedIn</a></li>
<li id="webSocialIcon"><i class="fa fa-share-alt"></i></li>
</ul>
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
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
width: 100%;
height: 100%;
background-color: #3a7eb1;
position: relative;
}
#intro {
position: absolute;
top: 15%;
left: 50%;
transform: translate(-50%, -50%);
transfrom-origin: 50% 50%;
-webkit-transform: translate(-50%, -50%);
-webkit-transform-origin: 50% 50%;
}
h1, h2 {
font-family: verdana, sans-serif;
color: #fff;
text-align: center;
}
h2 {
font-weight: 400;
}
ul {
min-width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transfrom-origin: 50% 50%;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: