Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

ping-coming-soon-page-master

#parcel

@DanUshindi

Desktop design screenshot for the Ping single column coming soon page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

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

seekinfox 560

@seekinfox

Posted

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 GitHub
Discord logo

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