Imagin each of the dots below is a div, How do I achieve this?
I need to float then left, for them to be in the same line, but them they are aligned to the left.
*
* * *
* * * * *
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
display: inline-blockis perfect for this. That on the children, combined withtext-align: centeron the containingdivis all you need.See: http://jsfiddle.net/S4aFj/2/