blob: 4bc0ee50bbf7caaaeb10ff70ff3648f2ba3788d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<head>
<link rel="stylesheet" href="lots_of_background_colors.css" />
</head>
<body>
<div class="gray">
<img class="green"></img>
<div class="blue"><img class="red"></img></div>
</div>
</body>
|