29-09-25
unknown
css
10 months ago
392 B
18
Indexable
<a>
<b>
<style>
* {
position: absolute;
inset: 0;
margin: auto;
background:#F9FAFD;
}
a,b {
background: #4F73D9;
}
a {
width: 10em;
height: 10em;
border-radius: 50%;
color: #A7C2FA;
overflow: hidden;
box-shadow: inset 0 -30px 0 50px;
}
b {
top: 146;
border-radius: 41%41% 0 0;
width: 120px;
height: 120px;
}
</style>Editor is loading...
Leave a Comment