mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
214 B
HTML
18 lines
214 B
HTML
<!DOCTYPE HTML>
|
|
<style type="text/css">
|
|
|
|
div {
|
|
height: 200px; width: 200px;
|
|
font-size: 50px;
|
|
}
|
|
|
|
span {
|
|
/* work around potential font overflow */
|
|
margin-left: 5px;
|
|
}
|
|
|
|
</style>
|
|
<div>
|
|
<span>text</span>
|
|
</div>
|