mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 08:03:21 +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>
|