mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
11 lines
218 B
HTML
11 lines
218 B
HTML
<!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>
|