====== CSS calc() Function ====== * description : CSS calc() Function * author : 오션 * email : shlim@repia.com * lastupdate : 2021-04-07 \\ ====Ref==== [[https://www.w3schools.com/cssref/func_calc.asp|CSS calc() Function]]\\ ====예제==== %%calc()%%를 사용하여 %%
%% 요소의 너비를 계산합니다.\\

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,}}