mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-17 05:07:10 +00:00
21 lines
282 B
HTML
21 lines
282 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
body {
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
#it1 {
|
||
|
display: inline-table;
|
||
|
margin-right: 30px;
|
||
|
}
|
||
|
#it2 {
|
||
|
display: inline-table;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div><span id="it1">Hello</span><span id="it2">Kitty</span></div>
|
||
|
</body>
|
||
|
</html>
|