新!我的 44 頁電子書「44 分鐘搞懂 CSS」出爐了! 😃
#border-bottom-left-radius
定義左下角的圓角。
預設
border-bottom-left-radius: 0;
移除所有圓角。
border-bottom-left-radius: 20px;
您可以使用像素值。
border-bottom-left-radius: 50%;
您可以使用百分比值。在此範例中,圓角從底部邊框的中間開始,到左側邊框的中間結束。
border-bottom-left-radius: 20px 50%;
如果您設定兩個值,第一個值是底部邊框,第二個值是左側邊框。