使用 CSS 設定右下角邊框
使用 border-bottom-right-radius 屬性來設定右下角的邊框。可以嘗試執行以下程式碼來實現 border-bottom-right-radius 屬性
示例
<html>
<head>
<style>
#rcorner {
border-radius: 25px;
border-bottom-right-radius: 90px;
background: #F5CBA7;
padding: 20px;
width: 400px;
height: 300px;
}
</style>
</head>
<body>
<p id = "rcorner">Rounded border bottom corner!</p>
</body>
</html>
廣告
資料結構
網路
關係型資料庫管理系統
作業系統
Java
iOS
HTML
CSS
Android
Python
C 語言程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP