mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
15 lines
206 B
HTML
15 lines
206 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
.test {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: rgb(0% 50% 0%);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="test"></div>
|
|
</body>
|
|
</html>
|