mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
11 lines
152 B
HTML
11 lines
152 B
HTML
<!doctype html>
|
|
<style>
|
|
target {
|
|
display: block;
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<target></target>
|