CHAT APP CSS ILLUSTRATION MASTER

Solution retrospective
Quite a tricky one for me. I need help with styling the radio input in the html. Couldn't make the exact style shown in sample. I could do with any help.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @sulemaan7070
hey @WDSYX😄, great job!! you made a neat site..
here is what you asked, the custom input radio button make sure you play around with it
For the custom radio-button you can do something like this to acheive that
.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); }
let me know if you need further help, happy coding✅😄💯
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