Responsive coming soon page with css grid and js
Design comparison
Solution retrospective
Hi! Somebody knows how align the text in the input to the center (vertical)? I think it is for the normalize, but I don't know the why. Also let me know if your feedback!! I'm going to be glad.
Community feedback
- @FocusCookiePosted over 3 years ago
Hi Liltanie,
you can use
text-align:center
on your form input to centered horizontally. Vertically would be doable with
display:flex; justify-content: center;
0@bramuccciPosted over 3 years ago@FocusCookie thanks for the answer! Display flex with justify content center doesn't work because is the text the one who is bad align. Not like "text-aling: center", more like in the space of the text this is on te top. I think this isn't a good description, but i don't know how to do better 😅
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord