mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
13 lines
166 B
HTML
13 lines
166 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.result {
|
|
background: green;
|
|
border-radius: 2px;
|
|
margin: 10px;
|
|
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
|
|
<div class="result"></div>
|