@IrinaKrdmvaSubmitted 10 months ago
Do you know an easier way to center the components?
Do you know an easier way to center the components?
To center components I'm also using:
display: flex; justify-content: center; align-items: center;
You can also use margin: 0 auto
this will center horizontally within their container.