To put the item in center of the page
height: 100%;
display: flex;
justify-content:center; // horizontal
align-items: center; // verticial
If the flex is column,
justify-items: center;
align-content: center
Comment!!
1️⃣ NeetCode ( https://neetcode.io ) – The Ultimate DSA Question Bank Recognizing problem-solving patterns is key to acing interviews. Nee...
No comments:
Post a Comment
Comment!!