Issue
In one of my divs I need to put a title with a piece of text. But the title needs to be in 3 different sizes.
Like this :
Hello, my name is Anonymous
Do any of you have an idea? Because when I use different < p > classes, it starts a new paragraph.
Solution
<span style="font-family:BLA;">Hello,</span>
<span style="font-family:BLO;">my name is</span>
<span style="font-family:BLU;">Anonymous</span>
Answered By - Clément Andraud
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.