background test: add html and body background-color

This commit is contained in:
Obexer Christoph 2012-03-02 18:30:32 +01:00
parent 7726cd9f39
commit fb7879fd17

View File

@ -10,7 +10,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="test.js"></script>
<style>
html {
background-color: red;
}
body {
background-color: lime;
}
.small div{
width:100px;
height:100px;
@ -106,4 +111,4 @@
</div>
</body>
</html>
</html>