Design comparison
Solution retrospective
I have added css file too not sure why in git css is not getting linked with html any suggestions and help would be great😄
Community feedback
- @lemreyesPosted about 3 years ago
Hello Sai,
You are linking to the index.html file in your repository. You need to deploy to github pages. instructions here: https://pages.github.com/
Marked as helpful0 - @YazdunPosted about 3 years ago
you need to deploy it on github pages
also remove
<link rel="stylesheet" href="https://fonts.google.com/specimen/Red+Hat+Display">
from your htmlyou should go to the font's provided link and add fonts manually, this link won't load your fonts
Marked as helpful0 - @shivjoshi1996Posted about 3 years ago
Hey Sai,
it also looks like your link tag for the CSS is messing things up. Replace
type="css/text"
withtype="text/css"
0 - @arshad10xPosted about 3 years ago
Hello Sai,
Please remove the link <link rel="stylesheet" href="https://fonts.google.com/specimen/Red+Hat+Display"> from html file and use @import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap"); at the top of the css file. This will help you, and for git you need to deploy on github pages.
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