Design comparison
Community feedback
- @mikej321Posted over 1 year ago
Hello there!
A few things that can help you along your journey...there should be a file in the challenge files that contains all fonts and colors needed for the project. Find the font (usually at the bottom) in the file and it should take you to Google Fonts. Grab the font weights that they ask for and then import it via CSS or the link tags that they give you, that should fix the font issue. Also, if you remove the margins from the text at the very bottom and place padding-inline: 32px, it should center that text. I'm going to leave a few mdn articles that can help you along the way. Congrats on finishing the QR code project and I wish you luck on your journey in the future!
Michael
https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline https://www.freecodecamp.org/news/how-to-use-google-fonts-in-your-next-web-design-project-e1ad48f1adfa/ (they teach you how to go to google fonts and put the fonts in your project but in this case, the link to google fonts is given to you in the project files. It should directly lead you to the font that they want)
Marked as helpful0@danielcxyPosted over 1 year agoHi Michael! All good? Thanks for your feedback, I've made the recommended adjustments like background color and fonts. I also adjusted the vertical and horizontal mouse scroll over the site. Although I can't repost the project for the new view (I at least don't know how to repost), I wanted to thank you for your help! I didn't know that importing fonts was a process of HTML in conjunction with CSS, I just imported the link in CSS and waited for a miracle to happen. Thanks a lot for the help. A hug! @mikej321
0@mikej321Posted over 1 year ago@danielcxy No biggie, I'm always around if you need me :). I'm glad you were able to fix everything and even if you can't get the changes back on the site, at least you get to keep the knowledge you learned! Big hug back, sir, wish you well on your journey!
Michael
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