width: 50%;
height: auto;
margin: 0 auto;
position: relative;
content: "";
position: absolute;
left: 50%;
width: 0;
height: 0;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
left: 0;
width: 100px;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
content: "";
border-radius: 50%;
transform: scale(1.2);
下面是一個示例代碼:
```html
width: 50%;
height: auto;
margin: 0 auto;
position: relative;
content: "";
position: absolute;
left: 50%;
width: 0;
height: 0;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
left: 0;
width: 100px;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
content: "";
border-radius: 50%;
transform: scale(1.2);