Design comparison
Solution retrospective
A lot of positioning in this challenge.
Feedback appreciated.
Community feedback
- @sulemaan7070Posted almost 2 years ago
hey @Maacaa0π, congratulations on completing the challenge you did a very remarkable job regarding the CSS it seems almost accurate to the design keep it upπ―π―
The only thing I would like to point out is that
radio button
you can apply the custom radio button like this accurate to design.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); }
hope that helps , happy codingπ₯π₯
Marked as helpful1@Maacaa0Posted almost 2 years agoHi @sulemaan7070,
thanks for your answer. It is good point.
But i did not make the mobile part interactive at purpose, since it is just a page to show the app. Thats why I used a lots of divs instead of input and buttons etc..
But it might look better if it was interactive, i dunno. :D
I really appreciate your feedback though. Happy coding.
1 - @AhmedMahroussPosted almost 2 years ago
good jop my bro Congrats on completing challenge!ππ» If you have any questions or need further clarification, feel free to reach out to me. Happy Coding! ππ
1
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