MyBB Community Forums

Full Version: OUGC Awards Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I display the awards side by side like:

[Image: Capture.png]
use the display flex property with gap and wrap property to its parent element.
(2023-06-04, 01:23 AM)PARADOX987 Wrote: [ -> ]use the display flex property with gap and wrap property to its parent element.

^ adding to this a guide to flexbox thats pretty easy to follow: https://css-tricks.com/snippets/css/a-guide-to-flexbox/