SyntaxFix
Write A Post
Hire A Developer
Questions
If you have a <div> with text-align:center;, then any text inside it will be centered with respect to the width of that container element. inline-block elements are treated as text for this purpose, so they will also be centered.
<div>
text-align:center;
inline-block