Calc can be used to specify the result of the mathematical operation of two or more elements. For example to specify the width elements by the addition of two or more elements, we can write as
.foo {
Width: calc(100px+50px)
}
Calc can be used to specify the result of the mathematical operation of two or more elements. For example to specify the width elements by the addition of two or more elements, we can write as
.foo {
Width: calc(100px+50px)
}
Leave a Reply