@JubayerRahmanSubmitted about 2 years ago
Tokelo Maloi
@TK-LS97All comments
- @TK-LS97Posted almost 2 years ago
Hey nice work. You just need to center vertically. Try adding this to your code:
main{ display: flex; height: 100vh; justify-content: center; align-items: center; }
Marked as helpful0 - @volakovakatSubmitted about 2 years ago@TK-LS97Posted about 2 years ago
Hey awesome work, it's really identical to the original design. Just center the whole thing like this :
main { height:100vh. display: flex; flex-direction: column; justify-content: center; align-items: center; }
Marked as helpful0