Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-values
/
rem-root-font-size-restyle-1-ref.html
blob: a1a1430d35ecec0a7e8fd859f47d98d31ae8f340 [
file
] [
log
] [
blame
]
<!doctype html>
<title>
CSS Test reference
</title>
<link
rel
=
"author"
title
=
"Emilio Cobos Álvarez"
href
=
"mailto:emilio@crisal.io"
>
<style>
:
root
{
font-size
:
2em
;
}
div
{
width
:
10rem
;
height
:
10rem
;
background
:
green
;
}
</style>
<div></div>