blob: 17237e00d70b67a2372c3b294e3da1f390b7f66b [file] [log] [blame]
<html>
<head>
<style>
div {
width: 200px;
height: 50px;
}
#box1 {
background-color: blue;
}
#box2 {
background-color: green;
}
#box3 {
background-color: orange;
}
#box4 {
background-color: lime;
}
</style>
</head>
<body>
<div id="box1"></div>
<div id="box2"></div>
<div id="box3"></div>
<div id="box4"></div>
</body>
</html>