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

responsive landing page using flex grid

tassnyme 60

@tassnyme

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@Ezekiel225

Posted

Hey @tassnyme

Your solution looks great but try adding this to the body element

body {
  background-color: hsl(220, 15%, 55%);
  font-size: 15px;
}

Change the h1 in the div with the class of text to h3

I hope this helps. Happy coding.

Marked as helpful

0

@md-abid-hussain

Posted

Congratulations on completing your first challenge

However your paragraph is overflowing from container.

This can happen if you set the height to the value lower than required. If you don't set the height property it will be set to the max content.

Also align-items and justify-content is property related to flex box and have no meaning if not used with flex box

As a new frontend developer i would suggest you to stick to given design as much as possible because it can help you to understand the basic of css and later on you can style as per you desire.

Below are the resources which helped me in learning css

Web.dev

Dave gray CSS playlist

And feel free to ask whatever doubt you have there are many awesome people on this platform who will help you.

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