border-bottom-right-radius
border-bottom-right-radiusプロパティは、タグエレメントの右下の角を丸くするプロパティです。
border-bottom-right-radiusプロパティを機能させるには、borderプロパティなどでstyleを設定する必要があります。
border-style: solid; border-bottom-right-radius: 30px;
値は以下のように、2つ定義することもできます。1番目は左右方向、2番目は上下方向の値になります。
border-bottom-right-radius: 50px 10px;
border は、margin