Design comparison
SolutionDesign
Solution retrospective
Appreciate feedback!!!
Community feedback
- @palgrammingPosted over 3 years ago
-
In the mobile layout the whole layout needs so margin on the top and bottom
-
The buttons need a
:hover
state -
The whole layout needs some
border-radius
1 -
- @larikov174Posted over 3 years ago
Nice job! My opinion: apply uppercase css to your titles. You should add:
html
<h1 class="section__title"> bla bla bla </h1>
css:
.section__title { text-transform: uppercase; }
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