Latest solutions
Latest comments
- @etherubn@Nasir222222
can u try centering it with
margin: 0 auto;
or with flexbox
display: flex; flex-direction: column; align-items: center; justify-content: center;
- @correlucas@Nasir222222
Awesome, great work
can u try centering it with
margin: 0 auto;
or with flexbox
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
Awesome, great work