blob: b346a41738a213a2340ec52680f35cb9da3d3aff [file] [log] [blame]
<!DOCTYPE html>
<style>
.box {
display: inline-block;
height: 100px;
width: 300px;
margin: 10px;
border: 1px solid black;
background-repeat: no-repeat;
}
</style>
<h2>This should be an empty box</h2>
<div class="box"></div>