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