<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<nav class="social">
<ul>
<li><a href="https://twitter.com/highflyer910">Twitter <i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/highflyer910">Github <i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/teonamushambadze">Linkedin <i class="fa fa-linkedin"></i></a></li>
</ul>
</nav>
<div class="me">
<p>Created by: <p><h1>Thea</h1>
</div>
a {
color: #fff;
text-decoration: none;
}
.me {
width: 400px;
margin: 90px auto;
}
.me p,
.me h1 {
letter-spacing: 3px;
text-align: center;
}
.me p {
font-weight: 200;
}
.me span {
font-weight: bold;
}
.social {
position: fixed;
top: 20px;
}
.social ul {
padding: 0px;
transform: translate(-270px, 0);
}
.social ul li {
display: block;
margin: 5px;
background: rgba(0, 0, 0, 0.36);
width: 300px;
text-align: right;
padding: 10px;
border-radius: 0 30px 30px 0;
transition: all 1s;
}
.social ul li:hover {
transform: translate(110px, 0);
background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
color: #000;
}
.social ul li:hover i {
color: #fff;
background: rgba(0, 0, 0, 0.36);
transform: rotate(360deg);
transition: all 1s;
}
.social ul li i {
margin-left: 10px;
color: #000;
background: #fff;
padding: 10px;
border-radius: 50%;
width: 20px;
height: 20px;
font-size: 20px;
background: #ffffff;
transform: rotate(0deg);
}
body {
background: #4F8B89;
color: #fff;
font-family: 'Raleway', sans-serif;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.