Submitted 10 months agoA solution to the Contact form challenge
Responsive Contact Form using Vanilla CSS
@melawout

Solution retrospective
What are you most proud of, and what would you do differently next time?
Learned how to use :has selector
.radio-wrapper:has(> input[type="radio"]:checked){
background: var(--clr-green-200);
border-color: var(--clr-green-600);
}
What specific areas of your project would you like help with?
Improve on CSS/HTML code organisation
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Lobe Loic's solution.
Join 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