Design comparison
SolutionDesign
Solution retrospective
Any feedback will helpful for me. Thanks.
Community feedback
- @Ax-cdPosted almost 3 years ago
Hi! For the title, I would suggest using a <span> instead of separating the title in many separate <h1>. The <span> works like a <div> but for inline elements instead of blocks.
So it would be: <h1>Get <span class="highlight">insights</span> that help your business grow.</h1>
Instead of: <h1>Get </h1><h1 class="highlight">insights</h1><h1>that help</h1>
Hope it helps!
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