Home › Forums › CSS › Selecting a classless paragraph › Re: Selecting a classless paragraph
January 27, 2013 at 12:21 am
#122443
Participant
@attilahajzer, it is better not to over specify class such as
.text p {your styles}
but use instead generic class like:
.text-something {your styles}
HTML
My text
That way you can reuse that class with other elements if necessary