Design comparison
Solution retrospective
Please leave some feedback if you can.
Project is complete besides the button not being in the exact positon. Don't wanna waste to much time stuck on one issue for to long.
Community feedback
- @edvanbarbosaPosted over 1 year ago
Your code looks pretty good, however, I have some tips for you. The first is that I recommend using shorthands in your CSS to make it less extensive, like in the styling you used in your h1:
font-family: "Big Shoulders Display", cursive; font-weight: 700; font-size: 2.5rem; font-weight: 700;
, could have used thefont
shorthand, which houses all these settings. Another thing is that I realized that your page has more than oneh1
, according to w3schools, you can only have oneh1
per page. Also, your@medias
were quite dispersed in the code, I recommend that you organize them in a single area, not leaving them scattered throughout the code. The result turned out really nice, good coding!(Google Translate)
Marked as helpful0
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