mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
10 lines
113 B
HTML
10 lines
113 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<style>
|
||
|
div {
|
||
|
height: 100px;
|
||
|
width: 100px;
|
||
|
background-color: green;
|
||
|
}
|
||
|
</style>
|
||
|
<div></div>
|