@denielden
Posted
Hello Gelcimar, You have done a good work! π
Some little tips to improve your code:
- remove all unnecessary code, the less you write the better as well as being clearer: for example the
div
container of buttons - add
transition
on the element with hover effect - Tip of graphic design: with
font-family:" Big Shoulders Display ", cursive
the browser will use the Comics Sans font when it doesn't find the first font indicated (you can seen during loading)... for the designer it's a really awful font! I would rather replace it with afont-family:" Big Shoulders Display ", sans-serif
much more similar to the primary font.
Keep learning how to code with your amazing solutions to challenges.
Hope this help π and Happy coding!
Marked as helpful
@GelcimarMoraes
Posted
@denielden Thank you for your feedback! I updated my code with your tips.
@denielden
Posted
@GelcimarMoraes you are welcome and keep it up :)