Design comparison
SolutionDesign
Solution retrospective
I struggled with changing the color of <P> insights</p>
Community feedback
- @RJC26Posted over 2 years ago
Hey man looks good, to change the color of insights you need to add
<span>
</span>
around the word Insights in HTML then you can style the span tag in CSS to change the color.so in HTML it would look like:
<p>Get <span>insights</span> to help your business grow.</p>
hope this helps!
2 - @RyukioMiyamotoPosted over 2 years ago1
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