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