background test: add html and body background-color

This commit is contained in:
MoyuScript 2012-03-02 18:30:32 +01:00
parent ae6d988ec3
commit f29ec50388

View File

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