Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
#box {
width: 40px;
height: 10px;
background-image: url("../../images/green.png"), url("../../images/green.png");
background-repeat: no-repeat;
background-position: 0 0, 20px 0;
}
</style>
<div id="box"></div>