79196908

Date: 2024-11-17 09:41:21
Score: 0.5
Natty:
Report link

Use a span inside parent for the different text and then you can apply styles specific to that span element

span {
    color: transparent;
    -webkit-text-stroke: 2px orange;
    font-style: italic;
}

p {
  color: orange;
  font-size: 48px;
  font-weight: bold;
}
<p>Impact<span>f</span>ull</p>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohd Zaid