CSS
css calc 함수
라크젠
2016. 6. 8. 16:48
http://techbug.tistory.com/215
http://cafe.naver.com/hacosa/94427
div
{
width
: calc(
100%
-
2.5em
);
background-position
: calc(
50%
+
50px
);
margin
: calc(
1.25
rem -
5px
);
}