Submitted almost 5 years ago
Sign-up form with Javascript validation (HTML, CSS, Boostrap, JS)
@krebeDev
Design comparison
SolutionDesign
Solution retrospective
Please review my code. I somehow could not override Bootstrap text-align
property on the error messages to align right, even when I applied !important
on the CSS rule.
Community feedback
- @mattstuddertPosted almost 5 years ago
Great work, Solomon! The
text-align
isn't working on the.error-message
class because thep
tag doesn't stretch the full width of its container. So you just need to also addwidth: 100%;
and it will work 👍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