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 Flex CSS

@valentyyyyn

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Kaveesha 40

@kaveeshagim

Posted

The output looks fine, with some minute mistakes in text alignment (ex: the date text isn't aligned properly and is slightly to the right). Looking at the code, there are some unnecessary margins and text alignments given to align the components.

ex:

.date {
    margin-right: 167px; /* not necessary */
...

}

main h1 {
    text-align: start; /* not necessary because text is left aligned by default*/
    ...
}

Marked as helpful

1

@valentyyyyn

Posted

@kaveeshagim thanks !

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