CSS padding effecting width & height of component -


how can give fixed width & height of button or label after applying big padding.

i tried box-sizing:content-box. not working.

example code

thanks in advance.

aren't looking box-sizing: border-box instead?

i think are.


Comments