blob: a1a1430d35ecec0a7e8fd859f47d98d31ae8f340 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|