CSS Code.. Am I Close?

User 2924428 Photo


Registered User
1,718 posts

This is my CSS, and HTML.. the pictures just stack on top of each other.. am I close?
.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;
}



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>


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>
User 2924428 Photo


Registered User
1,718 posts

#div id="social" </div>
sorry I was overthinking it again..
User 187934 Photo


Senior Advisor
20,267 posts

float:right
float:left
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

Ahh the float code :) I always miss that, thank you Eric :)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.