mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
13 lines
208 B
HTML
13 lines
208 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 80px;
|
|
height: 80px;
|
|
background: red;
|
|
}
|
|
</style>
|
|
<div class="overlay"></div>
|