Latest comments
- @GREATEMMET@alishirani1384
Hi @GREATEMMET you did a very excellent job on this challenge to make it center both vertically and horizontally you can add this code to your body:
body{ min-height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; }
Marked as helpful - @Sparsh47@alishirani1384
Hi there you did an excellent job on this challenge, there are a few pieces of advise for making it better. 1_ use the font-family specified in style.guide.md file. 2_ use the min-height:100vh in your body styles to make it center.
my YouTube channel: https://www.youtube.com/channel/UCqJxABBuzx4vj_RxogCbAFA