blob: 888a51ea9b6ac04fb065ee5d84a18be8fe765aca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<title>CSS Test Reference</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<style>
div {
width: 2ex;
height: 2ex;
background: green;
}
</style>
<div></div>
|