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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -