Value calculation for CSS

后端 未结 7 943
星月不相逢
星月不相逢 2020-12-06 10:09

As a web developer you often run into problems that might be solved very easily if there was something like value calculation.

I\'ve often wondered why it is not pos

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-06 10:30

    CSS3.1 defines calc() - it does exactly what you ask for. http://www.w3.org/TR/css3-values/#calc

提交回复
热议问题