blob: 8f3070fcbe40bf1f8c591de59c76da149cbeaddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<style>
.test {
width: 100px;
height: 100px;
background: rgb(0% 50% 0%);
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>
|