半円(上)
半円の図形です。
Source Code
右上の「コピー」からご利用ください。
コピー
<div class="my-parts"></div>
コピー
.my-parts {
display: inline-block;
width: 100px;
height: 50px;
border-radius: 50% / 100% 100% 0 0;
background: #00E5FF;
}