mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 01:31:02 +00:00
11 lines
222 B
HTML
11 lines
222 B
HTML
|
|
<style>
|
||
|
|
.box {
|
||
|
|
border: 1px solid black;
|
||
|
|
width: 100px;
|
||
|
|
height: 100px;
|
||
|
|
border-radius: 9999px;
|
||
|
|
overflow-x: hidden;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
</style><div class="box"></div>
|