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

first project with CSS & HTML

@grace1999-pixel

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?

Was able to bring it close to the desired goal design.

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

I found dealing with flex boxes difficult.

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

Flex boxes

Community feedback

@Divadovitch

Posted

Hello, checking in your HTML, I think you can use one less div, I don't think the inner-container is necessary, you can put all the css of the inner-container on the card. On your CSS you can place the font-family on the body so all text hace the same font at once. If you use colors more than once, don't hesitate to create a variable ex: --background-color: hsl(47, 88%, 63%); than you can refere to it with var (--background-color). For the <p> in the button-like you can use display:inline-block; to better control the width and height and with it you dont have to use flex-start I think. There is an article about flexbox on css-tricks that your can read if you like.

Nice job

Marked as helpful

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