mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
15 lines
199 B
HTML
15 lines
199 B
HTML
<style>
|
|
.a {
|
|
float: left;
|
|
width: 100px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
br {
|
|
clear: left;
|
|
}
|
|
</style>
|
|
|
|
<span class="a">A</span><span>1</span>
|
|
<br>
|
|
<span class="a">B</span><span>2</span> |