mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
15 lines
180 B
HTML
15 lines
180 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
background: blue;
|
|
margin: 0;
|
|
}
|
|
div {
|
|
position: fixed;
|
|
width: 100px;
|
|
height: 100px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
<div></div>
|