Currently, I am using the following css style:
span.smalltab{
padding: 0 64px;
}
I want to create a custom tab where I can input my desired value in HTML. Is there a way to achieve this? For example, can it be implemented like this:
<span class = 'customtab = 20px'>
This last line is just included to help clarify my issue (even though I understand that this syntax wouldn't work).