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

Blog Card Review

@Komans-Hub

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I am glad that this particular project adapts well to different screen sizes. I am proud of mastering the act of building responsive designs.

What challenges did you encounter, and how did you overcome them?

I had problems with the fonts and border styling. I read through a resource on web3 schools

What specific areas of your project would you like help with?

Google fonts aren't loading in my projects. Any help would be appreciated.

Community feedback

P
Steven Stroud 9,240

@Stroudy

Posted

@Komans-Hub, I’d like to provide some feedback. In past challenges, I noticed you haven't engaged or responded when solutions were submitted. Networking and actively engaging with the community are essential, and I highly encourage you to embrace these practices. They can greatly enhance collaboration and growth.

Marked as helpful

0

P
Steven Stroud 9,240

@Stroudy

Posted

Hey @Komans-Hub, No problem, Good to see you here!

0

@SvitlanaSuslenkova

Posted

Try this embed code in the <head> of your html

<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">

Marked as helpful

0

@fwillard

Posted

The card is cramped on screen sizes above 600 pixels and below ~1400 pixels. It may be helpful to do .container{ width: 90%; max-width: 21.5rem;}.

This will allow the container to take up 90% of the view on smaller screens, but then stay at a defined width once you reach 21.5rem (344px). This allows the design to still be responsive for all screen sizes, but removes the need for media queries and allows a smother transition between sizes.

0

@Komans-Hub

Posted

@fwillard noted, thanks a lot

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