a challenge from the front end mentor that I decided to modify a little... I decided to make a more dynamic notification system, there are still things to improve on it but I already think it's interested. (I was too lazy to translate into English, I hope google translate does the job)
Marlon Oro
@kkmarlitosAll comments
- @kkmarlitosSubmitted over 1 year ago@kkmarlitosPosted over 1 year ago
this was an idea I had while doing the exercise proposed by the 'front end mentor', it's not entirely correct, and I was too lazy to translate things into English :D
0 - @AnitanuamhSubmitted over 1 year ago
i struggle with the align-item center .i could'nt possition it to center, but it is responsive to mobile design
@kkmarlitosPosted over 1 year agohey man, the best way to center something is using 'display:grid', try to study a little about it, it's complex but not that difficult, in this case I think if you say that your 'body' is display:grid and use ' height:100vh', 'align-items:center', 'justify-content:center' can solve it, if it doesn't solve it use 'position relative' in the body and relative in the div, and try to align with top and left. I'm trying to help but I'm still studying about it :D, I know that one of the two will work.
0