.boxes{ display: flex; flex-wrap: wrap; justify-content:center; .box{ display: inline-block; position: relative; width: 25%; float: left; padding: 15px; text-align: center; } }
E.g. 7 child elements within parent div.
E.g. 7 child elements within parent div.
.boxes{ display: flex; flex-wrap: wrap; justify-content:center; .box{ display: inline-block; position: relative; width: 25%; float: left; padding: 15px; text-align: center; } }
I would love to hear from you, send me a message using the form below.