Design comparison
SolutionDesign
Solution retrospective
May you help me to find how to play with the font family of"we are launching soon!"
Community feedback
- @seekinfoxPosted almost 3 years ago
I did not understand your question. but i will post this in case it's helpful
<p><span>we are launching<span> soon!</p>
css -> you can use span almost everywhere in html and give it a custom style.
p { color: black; } p span { /* span is child elem of p*/ color: gray; }
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