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 using html5 and css3

Urszula 180

@ursgol

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?

Maybe next time, I should more focus on displaying font or I will try to add them from file(assets).

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

Hard to do was a picture at the bottom. However, I will display it correctly.

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

I am considering if my code is too long? Maybe something I can do shortly :)

Community feedback

Kim 440

@01057057kim

Posted

I noticed that your card is not in the middle of the page. Here's a very efficient way to center the card:

You can add this to the body (in order to work properly, don't use position or margins):

body {
    min-height: 100vh;
}

I hope it helps!

Marked as helpful

1

Urszula 180

@ursgol

Posted

@01057057kim Thank you so much :)

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