Here is my list items:
<ul class="col2">
<li>from $400</li>
<li>from $1000</li>
<li>sold out</li>
<li>from $1400</li>
</ul>
Now what i want is that i want to format all the numbers ($200,$1000 and $1400) to the following: Droid Serif, bold, 36px, #1c1819
and the words(from and sold out) to the following: open sans, bold, 22px, #726850
Is there a way i can do it?
With only HTML and CSS you will need an extra element, in this case I would recommend to use a
<span>
: