blob: 1497a35fcc01b93c40c54c89c36229ca67123678 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.background1 {
position: absolute;
top: 20px;
left: 48.828125px;
width: 35.5469px;
height: 40.3125px;
margin: 0px;
padding: 0px;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AcUEzYUOm312wAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAATSURBVBjTY2BoYGBiYBjFgwQDAGNPAUcILSYcAAAAAElFTkSuQmCC");
background-position: bottom right;
background-repeat: no-repeat;
border: 1px solid gray;
}
.background2 {
position: absolute;
top: 20.828125px;
left: 100px;
width: 40px;
height: 35.55px;
margin: 0px;
padding: 0px;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAIAAAATs2rlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AcVEwcj/DEwAwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAAOSURBVAjXY2RoYBiEAABLrgCCBjI+jgAAAABJRU5ErkJggg==");
background-position: bottom right;
background-repeat: no-repeat;
border: 1px solid gray;
}
</style>
</head>
<body>
<div class="background1">
</div>
<div class="background2">
</div>
</body>
</html>