1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 17:31:01 +00:00
serenity/Tests/LibWeb/Layout/input/block-and-inline/float-vertical-intersection-with-margin.html

15 lines
No EOL
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>