Design comparison
SolutionDesign
Solution retrospective
Hello community ๐๐ป
I had so much fun doing this challenge. Any feedback is really appreciated ๐๐ป
Thank you ๐ค
Community feedback
- @sulemaan7070Posted almost 2 years ago
hey Vladimir๐, congratulations on completing the challenge... here are a few tips to make your site better.
1.For the custom radio-button according to the design you can do something like this
.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); }
2.using
height:100vh
๐ซ is a bad practice you can usemin-height:100vh
โ .. the height:100vh is causing problems on the mobile view.everything else seems great good job happy coding๐ฏ๐ฅ
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