Design comparison
Solution retrospective
The part that I had the most difficulty was when implementing the Js and I still have difficulty centering items
Community feedback
- @Tux3er-IsmaPosted almost 2 years ago
Hi Miguel
Tux3er has reviewed your code π§
There are some tips for your next project π‘:
-
Don't forget to use the specific colors that frontend mentor gives to you in the style-guide file
-
Put the working files in the src folder β¨οΈ and create a JS and a SCSS Folder.
-
Put a .gitignore file
-
To centrate elements use
body{ min-height: 100vh }
-
Use BEM css to get easly to the elements
-
Try to put your code in English for the other developers
-
Use
focus
in the numbers to do the click effect. Usetabindex
in the elements -
Structure your numbers like this:
<ul>
<li class="number number--$"></li>
</ul>
-
If you are using animations try to center the container
That's all! And congrats for your code π
I hope this will help you and continue coding like this β¨οΈ
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