top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

In CSS, What is use for CALC() function ?

0 votes
318 views
In CSS, What is use for CALC() function ?
posted Feb 23, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

CSS calc() is a function used for simple calculations to determine CSS property values right in CSS. The calc() function allows mathematical expressions with addition (+), subtraction (-), multiplication (*), and division (/) to be used as component

Example:

width: calc(100% - 100px)
answer Feb 26, 2018 by Sidharth Malhotra
Similar Questions
+2 votes

Am new to css.I know only basics in css. I wonder what is the use clear:both.Please give some sample code for what is the use for this.

...