mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
10 lines
126 B
HTML
10 lines
126 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.result {
|
|
background: green;
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
</style>
|
|
<div class="result"></div>
|