I want to put different words together in a <div>
, and each word has a different font-size
and a different CSS styling.
I can manage the different font-sizes, but somehow the words are ordered in a list with line-height. This I do not want.
This is my code:
<p style="font-size: 11px; color: #ffffff;">more hungry?</p><p style="font-size: 15px; color: #ffffff;">want a drink too?</p><p style="font-size: 13px; color: #ffffff;">have it with natural flavour?</p><p style="font-size: 20px; color: #ffffff;">eat atleast 2 pieces of fruit?</p><p style="font-size: 8px; color: #ffffff;">a snack every hour?</p>