mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-16 16:18:12 +00:00
11 lines
139 B
HTML
11 lines
139 B
HTML
<style>
|
|
#test {
|
|
background-color: red;
|
|
border-radius: 10px;
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
</style>
|
|
<div id="test">
|
|
</div>
|