mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
10 lines
152 B
HTML
10 lines
152 B
HTML
<!doctype html>
|
|
<style>
|
|
target {
|
|
display: block;
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<target></target>
|