mirror of
https://github.com/servo/servo.git
synced 2025-10-16 08:20:22 +01:00
9 lines
113 B
HTML
9 lines
113 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
width: 101px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div></div>
|