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

qr-code-component-main First solution with HTML and CSS

jclomu 40

@jclomu

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I can put in the same line "...front-end..." I tried changing the font size but doesn't work.

Community feedback

@alfiemitchell123

Posted

Great job with the solution! Your text layout issue might be because of the padding on the text div. Try removing the padding from .text and keeping the padding on the .card div. You can then set padding-top on the h1 and p tags to space them out.

This may work, but apologies if not!

.text {
    font-size: 15px;
}


.text h1 {
    padding-top: 10px;
    color: hsl(218, 44%, 22%);

}

.text p {
    padding-top: 10px;
    color: hsl(220, 15%, 55%);
}

Marked as helpful

0

jclomu 40

@jclomu

Posted

@alfiemitchell123 thanks for your help. I was able to fix it. I will pay more attention to those details for the following challenges.

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