mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
20 lines
245 B
HTML
20 lines
245 B
HTML
<!DOCTYPE html>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>CSS Values and Units Test Reference File</title>
|
|
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
height: 100vh;
|
|
}
|
|
div {
|
|
width: 60%;
|
|
height: 60%;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div>
|
|
</div>
|