Files
ladybird/Tests/LibWeb/Layout/input/replaced-box-with-vertical-margins.html
2025-06-07 11:09:53 +01:00

14 lines
239 B
HTML

<!DOCTYPE html>
<style>
body {
font-family: 'SerenitySans';
}
#image {
margin-top: 25px;
margin-bottom: 50px;
width: 64px;
height: 138px;
}
</style>Well, <img id="image" /> friends.