1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 22:48:11 +00:00
serenity/Tests/LibWeb/Layout/input/block-and-inline/inline-box-positioned-with-top-left.html

14 lines
301 B
HTML

<style>
body {
font-family: 'SerenitySans';
}
.displaced_text {
height: 20px;
top: 40px;
left: 30px;
display: inline-block;
position: relative;
}
</style>text text text<span class="displaced_text">displaced text</span>more inline text