Design comparison
SolutionDesign
Community feedback
- @mtenkorangPosted about 2 years ago
- You can put the class="attribution" in a <footer> tag to pass the accessibility report warning.
- I will recommend you use rem or px(pixel) values for setting the border-radius of your buttons. I played with it in developer mode and found that the values below were suitable
.btn{ border-radius: 35px; }
or
.btn{ border-radius: 2.5rem; }
I hope this helps. Happy Coding 😁👨💻
Marked as helpful0@alexbrudascaPosted about 2 years ago@mtenkorang Thanks alot for your Feedback! I will check your recommandations
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