blob: ac13d0b397086cfa8dc842598be7614d0b895ee9 (
plain)
1
2
3
4
5
6
|
<!DOCTYPE HTML>
<title>margin-left on zero-sized inline-block</title>
<style>
span { display: inline-block; height: 0; width: 0; margin-left: 100px }
</style>
hello <span></span>world
|