mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 05:41:01 +00:00
8 lines
156 B
HTML
8 lines
156 B
HTML
|
|
<!DOCTYPE html><style>
|
||
|
|
#inner {
|
||
|
|
background-color: blueviolet;
|
||
|
|
width: 100px;
|
||
|
|
height: 100px;
|
||
|
|
border-radius: 9999px;
|
||
|
|
}
|
||
|
|
</style><div id="inner">
|