mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
12 lines
238 B
HTML
12 lines
238 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.box {
|
|
border: 1px solid black;
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 9999px;
|
|
overflow-x: hidden;
|
|
position: relative;
|
|
}
|
|
</style><div class="box"></div>
|