mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05: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>
|