css-snippets Store snippets of "css hacks" for web design Navigation How to center a div How to make child elements inline and wrap How to center a div div{ height: 100 px; width: 100 px; margin: 0 auto; } How to make child elements inline and wrap div{ display: flex; flex: wrap; }