mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-05 07:40:58 +00:00
10 lines
155 B
HTML
10 lines
155 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
#box {
|
||
|
|
width: 100px;
|
||
|
|
height: 100px;
|
||
|
|
background-color: greenyellow;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<div id="box"></div>
|