mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
247 B
HTML
18 lines
247 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
#it1 {
|
||
|
display: inline-table;
|
||
|
margin-right: 20px;
|
||
|
}
|
||
|
#it2 {
|
||
|
display: inline-table;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div><span id="it1">Hello</span><span id="it2">Kitty</span></div>
|
||
|
</body>
|
||
|
</html>
|