mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
12 lines
197 B
HTML
12 lines
197 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<style>
|
||
|
.text {
|
||
|
font-size: 50px;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
transform: translate(0px, -50%);
|
||
|
}
|
||
|
</style>
|
||
|
<div class="container"><div class="text">Verify with something else</div></div>
|