Sematic HTML markup, CSS Flexbox
Design comparison
Solution retrospective
How do you increase the thickness of a text with CSS? Is there any way to resize and position a div without affecting the content in it?
Community feedback
- @SinisaVukmirovicPosted almost 2 years ago
Hello!
To increase thickness of your font, use "font-weight" property.
More about font-weight
Of course, for this to work, if you are using Google Fonts font, different font weight styles need to be imported from Google fonts, too.
Also, to fix errors in your report:
This "Document should have one main landmark" means you are missing <main> semantic element in your html. Landmark just means element.
This "All page content should be contained by landmarks" means all non semantic elements should be inside of semantic elements, and not directly inside of <body> element.
More about semantic elements
Hope this helps in your journey!
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