Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset="utf-8">
<style>
div {
display: inline-block;
width: 100px;
height: 100px;
}
.blue {
background-color: red;
background-image: url(/images/blue.png);
}
</style>
<div></div>
<div class="blue"></div>