blob: f0b58c8e56338f07abea2cd1aee66acee1c476cd [file] [log] [blame]
<!DOCTYPE HTML>
<style>
body {
margin: 0;
}
.other {
width: 20px;
height: 20px;
background-color: blue;
display: inline-block;
}
#target {
width: 100px;
height: 100px;
background-color: green;
display: inline-block;
vertical-align: 50px;
}
</style>
<div class="other"></div><div id="target"></div><div class="other"></div>