Landingpage using flexbox styling

Solution retrospective
I struggled with changing the color of <P> insights</p>
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RJC26
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!
- @RyukioMiyamoto
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