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 Review Card with HTML and CSS

Phynoses 30

@Phynoses

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 that the fact that i'm now been able to code by myself

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

Procastination

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

How to overcome procastination and be consistent

Community feedback

P
Nico 330

@Nico243

Posted

Hey great coding!

I see you're facing an issue that was driving me mad in the past and it's "Why can't I get my footer at the bottom?"

When we use flex it centers content vertically on a web page, even the footer! We can handle this with a simple solution

margin-top: auto;

Why margin-top: auto; ?

With the right changes the footer will remain at the bottom regardless if there is more or less content.

Happy coding!

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