@media screen and (min-width: 800px) {
container {
width:50%;
}
}
.parent {
font-size: 8em;
}
.child {
font-size: 0.5em;
}
/* em์ ๋ถ๋ชจ์์์ ์๋์ ์ด๋ฏ๋ก parent๋ 128px, child๋ 64px */
.parent {
font-size: 8rem;
}
.child {
font-size: 0.5rem;
}
/* rem์ ๋ฃจํธ์์์ ์๋์ ์ด๋ฏ๋ก parent๋ 128px, child๋ 8px */
PXtoEM (px,em ๋ณํ ํ์ด์ง)
http://pxtoem.com