I want to achieve this look for the header on my website. Check the image for reference.
For example, in the word "Creative," I want the "t" to be a different font and have no fill. In the word, "Impactful," I want the letter "f" to be a different font from the rest of the word and have no fill.
Creative, Impactful, Innovative
3
Answers
You can use span inside the parent text tag for the individual letter tha you want to be different and give it a different style. For example in your case:
As you can see we wrapped the letter
f
with a span and used class to give it a different style than other letters.and for the outline effect you can try this css styling:
You can achieve this by doing this.
index.html
style.css
Use a span inside parent for the different text and then you can apply styles specific to that span element