Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I was excited to work more on the @font-face rule. For the next project, I will look more into using media queries to create more responsive designs.
What challenges did you encounter, and how did you overcome them?At first I was unsure how to include custom fonts in the design. With some help from https://www.w3schools.com I learned what I needed to incorporate the necessary fonts.
What specific areas of your project would you like help with?Please let me know if there are any issues with spacing of elements. Thanks!
Community feedback
- @erntTt94Posted 16 days ago
Good job! A little suggestion from me: You can center the container and it will look much better and there is two easy options to do it:
- with margin: 0 auto it will center it horizontally or just set the container display: grid; place-items: center;.
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