Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcomed
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Good work with this project. Viewing your solution, I think you should considered the following as well...
- Emphasize the colors of the text of each
button
. For instance, create a new class name and add the color value...
HTML: <button class="btn btn-1">Learn More</button> CSS: .btn-1 { color: #e38826; }
Hope this helps and Keep up the good work!
Marked as helpful0 - Emphasize the colors of the text of each
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