1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Tests/LibWeb/Layout/input/table/size.html
2023-04-07 10:42:26 +02:00

17 lines
No EOL
327 B
HTML

<style>
* {
font-family: 'SerenitySans';
}
</style>
<!-- Should be container-like, with margins on either side and middle aligned -->
<div style="
display: table;
max-width: 100px;
width: 100%;
margin: 0 auto;
table-layout: fixed;
background-color: lightblue;
">
<div style="width: 2000px">1</div>
</div>