mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 16:41:52 +00:00
9 lines
No EOL
189 B
HTML
9 lines
No EOL
189 B
HTML
<style type="text/css">
|
|
.box {
|
|
display: grid;
|
|
min-height: 300px;
|
|
padding-top: 200px;
|
|
box-sizing: border-box;
|
|
background-color: magenta;
|
|
}
|
|
</style><div class="box"></div> |