css calc()

w

https://developer.mozilla.org/en-US/docs/Web/CSS/calc

The calc() CSS function can be used anywhere a <length><frequency><angle><time><number>, or <integer> is required. With calc(), you can perform calculations to determine CSS property values.

It is possible to nest calc() function, the internal ones being considered as simple parenthesis ().

posted @ 2017-02-22 19:35  papering  阅读(192)  评论(0编辑  收藏  举报