Design comparison
SolutionDesign
Solution retrospective
Me costó mucho lograr este resultado. No creo que sea muy óptimo , pero voy aprendiendo de a poco. Atento a sus sugerencias! Saludos
Community feedback
- @byronbyronPosted almost 3 years ago
Looks good!
You might need a
cursor: pointer;
on the<input type="submit">
Maybe also a touch of
padding-left
on the text inputs as well.input { width: 100%; height: 44px; font-weight: 500; border-radius: 5px; border: 1.3px solid var(--Grayish-Blue); box-sizing: border-box; padding: 0.5rem 1rem; } .btn { ... cursor: pointer; }
Marked as helpful1
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