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

Product review page

@Saurav-Q1

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


  1. Adding the custom fonts was a little difficult for me
  2. I did not knew that i can hide overflow of a parent div

Can anyone suggest a better way for adding custom fonts? Thanks in advance.

Sorry for my English.

Community feedback

@Lartzmanuel

Posted

To add custom fonts you can use the @font-face rule..

@font-face {
  font-family: 'The font family ';
  src: url('path to the font');
}

To learn more you can read from here

Hope this helps👍

Also try to make your site responsive for all screens

0

@Saurav-Q1

Posted

@Lartzmanuel It was really helpful. Thanks

0

@Lartzmanuel

Posted

@Saurav-Q1 You're welcome🤗

0

@sagormohammedyousuf

Posted

hey bro , where your from ? do you understand Bengali?

0

@Saurav-Q1

Posted

@sagormohammedyousuf yes i do understand Bengali. i am from bangladesh

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