.socialfooter .facebook{
bottom: 100px;
right: 64px;
height: 64px;
width: 64px;
}
.socialfooter .twitter{
bottom: 100px;
right: 124px;
height: 64px;
width: 64px;
}
.socialfooter .google{
bottom: 100px;
right: 188px;
height: 64px;
width: 64px;
}
bottom: 100px;
right: 64px;
height: 64px;
width: 64px;
}
.socialfooter .twitter{
bottom: 100px;
right: 124px;
height: 64px;
width: 64px;
}
.socialfooter .google{
bottom: 100px;
right: 188px;
height: 64px;
width: 64px;
}
HTML..
<div class="facebook"><img src="social/facebook-icon.png" width="64" height="64" alt=""></div>
<div class="twitter"><img src="social/twitter-icon.png" width="64" height="64" alt=""></div>
<div class="google"><img src="social/googleplus-icon.png" width="64" height="64" alt=""></div>
<div class="twitter"><img src="social/twitter-icon.png" width="64" height="64" alt=""></div>
<div class="google"><img src="social/googleplus-icon.png" width="64" height="64" alt=""></div>
All of the icons are supposed to be side by side in the footer.. I don't have a footer code yet so i'm just using </footer>