mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 07:30:08 +00:00
7 lines
181 B
HTML
7 lines
181 B
HTML
<!DOCTYPE HTML>
|
|
<title>margin-left on zero-sized inline-block</title>
|
|
<style>
|
|
span { display: inline-block; height: 0; padding-right: 100px }
|
|
</style>
|
|
<span>hello </span>world
|