mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 13:25:08 +00:00
27 lines
No EOL
358 B
HTML
27 lines
No EOL
358 B
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<style>
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
h1 {
|
|
position: absolute;
|
|
top: 12mm;
|
|
left: 20mm;
|
|
width: 128px;
|
|
height: 128px;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
padding: 44px 0;
|
|
border: 1px solid black;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Test</h1>
|
|
</body>
|
|
|
|
</html> |