Design comparison
SolutionDesign
Solution retrospective
my text part wasnt bold
Community feedback
- @AdamR22Posted over 1 year ago
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 GitHubJoin 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