Centerig flexbox items
You can center a flexbox item vertically and horizontally by applying margin: auto;
to it.
.parent { display: flex; }
.child { margin: auto; }
You can center a flexbox item vertically and horizontally by applying margin: auto;
to it.
.parent { display: flex; }
.child { margin: auto; }
I drink a lot of tea and build beautiful websites. If you are looking to work together or just start a conversation 👉 https://www.ronaldsvilcins.com/
I drink a lot of tea and build beautiful websites. If you are looking to work together or just start a conversation 👉 https://www.ronaldsvilcins.com/