Update snippet structure

This commit is contained in:
Angelos Chalaris
2019-08-22 12:30:43 +03:00
parent ae9eaee179
commit 343f8fd4c7
46 changed files with 276 additions and 92 deletions

View File

@ -1,4 +1,7 @@
### Calc()
---
title: Calc()
tags: other,intermediate
---
The function calc() allows to define CSS values with the use of mathematical expressions, the value adopted for the property is the result of a mathematical expression.
@ -50,4 +53,5 @@ So now it's possible using calc():
- https://caniuse.com/#feat=calc
<!-- tags: other -->