THANK YOU!
Any url pointer to see all the keywords, e.g. input textbox width , height ?
e.g. below is font-size for the button,
.my-button {
font-style: italic;
}
if I like smaller button, is it below ?
$.my-button {
width: 20px;
height: 20px;
}