Design comparison
Solution retrospective
Hello 👋, this is my first project with Sass. Could you tell me if my code is clean ? What can I improve ? Otherwise, I don't understand why the font looks little bit different on my project, especially on the buttons. Thanks guys 😊
Community feedback
- @FluffyKasPosted about 3 years ago
Hiyo,
Your solution looks great! Your fonts on your buttons look different because it's the browser's default sans serif you see. Unless you specifically set it for them, buttons will just use the default. Another easy way to style buttons is to use
all: unset
on them. This removes all default styles buttons come with.Marked as helpful1@rizzokPosted about 3 years ago@FluffyKas thanks for your feedback! 😊
It's very good to know
all: unset
, I will apply this on my future projects.Have a good day!
1
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