Not Found
Not Found
Not Found
Your session has expired please log in again.
Your session has expired please log in again.
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 using flex box

@kingSarp

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


my text part wasnt bold

Community feedback

@kingSarp

Posted

ok thank you very much for your help

0
Adam 60

@AdamR22

Posted

Hi. You need to set the font weight to the text that you wish to be bold in your styling. I'd also advice that you add a class called bold to the div housing the text you wish to be bold. Something like

...
<div class="t bold">
    <p>...</p>
...

then to the styling

.bold p {
    font-weight: 800;
}
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