mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 23:28:43 +00:00
7 lines
184 B
HTML
7 lines
184 B
HTML
<!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
|