Center div's in div
It must be very simple, but I can't find how to center my 5 div's in the parent div. Searched the web and this forum, tried everything, but obviously I'm doing something wrong.
It must be very simple, but I can't find how to center my 5 div's in the parent div. Searched the web and this forum, tried everything, but obviously I'm doing something wrong.
You should use the display: flex; function as descriped above. if thats not working.
Try to get a container around your divisions, give that object a width of 90% or smaller. And give that a margin:auto style; The divisions inside the container will be automaticly centered.
I hope you understand me, otherwise send me a pm.
Good luck.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.