CSS width subtraction

Viewed 35928

How to subtract width in CSS?

For example:

width = 100% - 10px

I'm not talking about padding or margin.

7 Answers
Related