How to move flex block content into center. Css exemple open

How to move flex block content into center. Css exemple

Approved. Code works!
This is exactly the working code that is verified by the moderator or site administrators

Simple Grid Layout

<article>
  <section>X</section>
  <section>O</section>
  <section>X</section>
  <section>O</section>
  <section>X</section>
  <section>O</section>
  <section>X</section>
  <section>O</section>
  <section>X</section>
</article>

For block use display:flex, justify-content: center and align-items: center for your block

section {
display: flex;
justify-content: center;
align-items: center;
border: 2px solid black;
font-size: 3em;
}
0

More

Leave a Reply

Your email address will not be published. Required fields are marked *

How many?: 22 + 22

lil-code© | 2022 - 2024
Go Top
Authorization
*
*
Registration
*
*
*
*
Password generation