Design comparison
SolutionDesign
Community feedback
- @sulemaan7070Posted almost 2 years ago
hey Arjun Barman 😄, you have nailed this challenge the only improvement which can be made is the
custom radio-button
you can do something like this to pull that off.negotiate input[type="radio"] { -webkit-appearance: none; width: 15px; height: 15px; border: 1px solid var(--Dark-Grayish-Violet); border-radius: 50%; outline: none; box-shadow: 0 0 5px 0px gray inset; } .negotiate input[type="radio"]:checked { background: var(--White); }
make sure you use
cursor:pointer
... happy coding🔥🔥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