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

I have used the HTML5 and CSS3 to complete the project.

Gopihacks 30

@Gopihacks

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 will try new web development tools and frameworks to complete the projects from frontend mentor.io.

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

I have some issues in css ans i have cleared it through myself with the help of google.

Community feedback

Myk Escala 600

@Mikoyzskie

Posted

  • Nice work
  • Currently not center though, make sure to add min-height of 100vh to the body element to adjust the height to window size
0

Gopihacks 30

@Gopihacks

Posted

@Mikoyzskie yes,The "CSS" property "align-items:center;" weren't work . I don't know why this happening?

0
Myk Escala 600

@Mikoyzskie

Posted

@Gopihacks

body {
    display: flex;
    justify-content: center;
   align-items: center;
}

you should add min-height:100vh; in the body tag

0
Gopihacks 30

@Gopihacks

Posted

@Mikoyzskie Thanks a lot man, It's working

0
Myk Escala 600

@Mikoyzskie

Posted

@Gopihacks mark as helpful would be much appreciated :D

Happy coding!

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