mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 08:00:45 +00:00
10 lines
No EOL
205 B
HTML
10 lines
No EOL
205 B
HTML
<!DOCTYPE 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> |