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

Solution Article Preview Challanger

Desktop design screenshot for the Article preview component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


In this challenge, I used my knowledge in HTML, CSS and javascript to solve the proposed challenge. I didn't use any framework. Pure Javascript. Vanilla.

Community feedback

@motuncoded

Posted

Congratulations to you in creating solution to this challenge. The items inside the body can be centered

body{
display:flex;
justify-content: center;
align-items: center;
min-height:100vh;

}
I hope you find this useful

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