blob: e4d76e534d3765280a34bcf6a925eef8c6337f6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<style>
#a {
background-color: rgb(0,255,0);
width: 200px;
height: 210px;
}
</style>
<div id="a">
</div>
</html>
|