mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
9 lines
234 B
HTML
9 lines
234 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<style>
|
||
|
div { background: yellow }
|
||
|
div { font-size: 34px; line-height: 1.0; width: 450px }
|
||
|
span { font-size: 36px }
|
||
|
div { text-decoration: underline overline line-through }
|
||
|
</style>
|
||
|
<div>Hello <span>world</span></div>
|