mirror of
https://github.com/servo/servo.git
synced 2025-06-27 18:43:40 +01:00
11 lines
148 B
HTML
11 lines
148 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.result {
|
|
background: green;
|
|
border: solid 2px;
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
</style>
|
|
|
|
<div class="result"></div>
|