mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
10 lines
156 B
HTML
10 lines
156 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#bar {
|
|
width: 1em !important;
|
|
background-color: green;
|
|
height: 1em;
|
|
}
|
|
</style>
|
|
<div id="bar"></div>
|