mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-10 02:01:03 +00:00
10 lines
155 B
HTML
10 lines
155 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
.box {
|
||
|
|
width: 200px;
|
||
|
|
height: 200px;
|
||
|
|
background-color: darkblue;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<div class="box"></div>
|