p-1 px-2 css code example
Example: css %-px
/*Only works on Modern browsers, make sure to include the spaces
around the operator.*/
width: calc(100% - 100px);
/*Only works on Modern browsers, make sure to include the spaces
around the operator.*/
width: calc(100% - 100px);