mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 10:55:07 +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> |