====== CSS calc() Function ======
The calc() Function
Create a div that stretches across the window, with a 50px gap between both sides od the div and the edges of the window:
Some Text...
=====Definition and Usage=====
%%calc()%% 함수는 속성 값으로 사용할 계산을 수행합니다.\\
=====CSS Syntax=====
calc(expression)
\\
| Value | Description |
^ expression ^ 필수이며, 수학적 표현식입니다. 결과는 값으로 사용되며, 연산자 ( + - * / )를 사용할 수 있습니다. ^
\\
\\
{{tag>오션, CSS calc() Function,}}