@MoneebAliKarrarSubmitted 10 months ago
I want to have feedback about my use of rem .
I want to have feedback about my use of rem .
I found it difficult to figure display: flex and align the different items. I am unsure of my positionings. How would you center items in the body element or a div if you don't use flex or grid?
Para un buen centrado en css container{ display: flex; justify-content: center; aliing-items: center; }
Y poner a tu tarjeta en un div que encierre todo
I found it difficult to figure display: flex and align the different items. I am unsure of my positionings. How would you center items in the body element or a div if you don't use flex or grid?