I would like to know if there is a way to increase the value of a css attribute when a button is clicked.
For example the css would be
.Testclass{
font-size:30px;
}
is there a way to increase the number in that css attribute by 10 every time the button is click either suing js or jquery.