Hi guys,
Im trying to replicate a design into HTML / CSS. The problem is that the text within the site changes between two different colours, multiple font sizes and different font weights. Also the text can be stand alone or multiple types on one line.
I am including a sample below.. These font styles are used all over the site.
So my question. What would be the "correct" way to style these in CSS/HTML? Currently im using multiple classes for the colours, sizes and weights.. It seems to be all over the place. The second problem is some elements need to be on their own lines. Whats the correct method of ending a line?
or turning it into a block elemet?
Thanks in advance..