Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Html page

Sai Charan• 10

@sai8charan

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

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

@lemreyes

Posted

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 helpful

0
Yazdun• 1,310

@Yazdun

Posted

you need to deploy it on github pages

also remove <link rel="stylesheet" href="https://fonts.google.com/specimen/Red+Hat+Display"> from your html

you should go to the font's provided link and add fonts manually, this link won't load your fonts

Marked as helpful

0
Sai Charan• 10

@sai8charan

Posted

Thank you Shivam, It helped now its working

0
Shivam• 520

@shivjoshi1996

Posted

Hey Sai,

it also looks like your link tag for the CSS is messing things up. Replace type="css/text" with type="text/css"

0
Arshad Ahmed• 100

@arshad10x

Posted

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

Sai Charan• 10

@sai8charan

Posted

Thank you Arshad. It will definitely help

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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