Hello!
I was wondering if there's any way to refer to a button's text in css. More accurately, to define to classes for a button, one for the button body, and one for the text inside it. Like:
.button{
//the settings of the button
}
.button: p
{
//text layout
}
Is there any method (eg. using spans, etc...)?
Thanks in advance!