mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
6 lines
185 B
HTML
6 lines
185 B
HTML
<!DOCTYPE HTML>
|
|
<title>margin-left on zero-sized inline-block</title>
|
|
<style>
|
|
span { display: inline-block; height: 0; width: 0; margin-right: 100px }
|
|
</style>
|
|
hello <span></span>world
|