mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 21:07:34 +00:00
10 lines
139 B
HTML
10 lines
139 B
HTML
<style>
|
|
#test {
|
|
background-color: red;
|
|
border-radius: 10px;
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
</style>
|
|
<div id="test">
|
|
</div>
|