mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
12 lines
173 B
HTML
12 lines
173 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
* {
|
|
outline: 1px solid black;
|
|
}
|
|
div {
|
|
height: 100px;
|
|
background: pink;
|
|
transform: translate(0, -50%);
|
|
}
|
|
</style><body><div id="box">
|