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 Preview Card

Benjamin 30

@bra-Ben

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'm proud of being able to set "@font-face" in CSS

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

The main challenge was how to use the variable font provided in the project. I overcame it by reading about it on MDN and ChatGPT.

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

N.A

Community feedback

Victor 1,200

@VictorKevz

Posted

Great job!!!!👏. Maybe you can also address the overflow you have vertically?

Marked as helpful

0

Benjamin 30

@bra-Ben

Posted

@VictorKevz thanks for the feedback. Can you explain to me how I can go about it?

Links to resources on the subject matter are welcome. TIA!

0
Victor 1,200

@VictorKevz

Posted

@bra-Ben What usually works for me is setting the margin and padding to zero to the body element then box-sizing to border-box.

body{ margin: 0; padding: 0; box-sizing: border-box; }

I am not sure if this is quite the permanent solution but I struggled with the overflow so I found that to be helpful. Additionally providing fixed sizes to elements often leads to overflow.

You can watch this video here https://youtu.be/x4u1yp3Msao?si=b-feAuAicAEutS9j

Marked as helpful

0
Benjamin 30

@bra-Ben

Posted

Thanks a lot. Very helpful @VictorKevz

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