CSS questions

Soldato
Joined
26 Aug 2005
Posts
6,901
Location
London
Hi guys,

Just wanted to check if this was right

"Stylist all p elements so that their font size is 150% the font size of the parent element, text aligned to the right and the distance between the lines is 1.5 times the font size of the element"

Code:
p > * {font-size:150px; text-align:right; text-space: 1.5x}
 
Back
Top Bottom