Css3

Using calc() calculate values in css

Share

calc() function is a good feature of CSS. For arithmetic calculations in CSS it is used. You can use it for percentages and pixels also. In IE9 towards it works also.

This is a native CSS way for doing simple math in CSS which is a replacement for any length value. It has four simple math operators i.e. add (+), subtract (-), multiply (*), and divide (/). It is quite interesting to calculate value in CSS rather than doing math in code.

Read Also: Apply CSS to half of a character

On desktop it supports on IE 9+, Safari 6+, and won’t be in Opera until it is on present in 15+ atleast. On mobile, it supports on Android and Opera Mini don’t support it at all yet and iOS just on 6.0+.

CALC() EXAMPLE:

<div class="divc">
    <p>This div has 10px on either side.</p>
</div>
.divc{
    width: calc(100% - 20px);
    text-align:center;
    margin: 0 auto;
    padding:25px 0;
    color:#000;
}

For more details click here.

Perhaps you could even use this to do a fancy things with the <progress> elements like turning it into a speedometer like.

View Comments

Recent Posts

Warm Comfort: Choosing the Best Hot Water Bottle for Cozy Nights

Introduction: As the chill of winter settles in or a bout of cold weather strikes,…

16 hours ago

One Location, Different Perspectives: The Allure of Dubai Marina Apartments

Nestled along the glittering waterfront of the City of Gold, Dubai Marina beckons to discerning…

16 hours ago

Role Of Gojek Clone In Growth Campaigns For Your Business

When was the last time you heard that a clone app like Gojek could efficiently…

22 hours ago

How to Optimize Your E-Commerce Pages and Improve UX?

The e-commerce market is growing and evolving at a rapid pace. More and more people…

1 day ago

What Not to Do When Navigating Through a Personal Injury Claim?

Navigating through a personal injury claim can be a complex and daunting process. If you've…

2 days ago

Overview of Reputation, Services, and Features of IplWin

IplWin stands as a reliable and enthralling platform for Indian punters, offering a captivating blend…

4 days ago