I just wanna center a div!
I just wanna center a div!
Out of context: Reply #14
- Started
- Last post
- 39 Responses
- thecreativefire0
if your logos are all in the same div then wouldn't the css properties "vertical-align:middle; text-align:center;" attached to the div work?
- vertical-align only works for tables or a block element that's been set with display:table-cell********
- it'll work with inline elements too - but in that case, it will align vertically according to the text baseline.********
- vertical-align only works for tables or a block element that's been set with display:table-cell