Skip to content

Instantly share code, notes, and snippets.

@JeOam
Created June 7, 2017 07:49
Show Gist options
  • Save JeOam/eed2b27d8520d682ef9e720c8d51d54f to your computer and use it in GitHub Desktop.
Save JeOam/eed2b27d8520d682ef9e720c8d51d54f to your computer and use it in GitHub Desktop.
rem

rem(font size of the root element)是指相对于根元素的字体大小的单位。简单的说它就是一个相对单位。看到rem大家一定会想起em单位,em(font size of the element)是指相对于父元素的字体大小的单位。它们之间其实很相似,只不过一个计算的规则是依赖根元素一个是依赖父元素计算。

via click

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment