mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-17 08:30:05 +00:00
7 lines
185 B
HTML
7 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
|