mirror of
https://github.com/servo/servo.git
synced 2025-06-19 06:38:59 +01:00
18 lines
200 B
HTML
18 lines
200 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
div {
|
|
width: 200px;
|
|
height: 200px;
|
|
background: green;
|
|
position: relative;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
</div>
|
|
</body>
|
|
</html>
|