iT邦幫忙

2021 iThome 鐵人賽

DAY 16
0

今天來說如何在css中使用圓角的效果,我依舊使用昨天的粉色方塊,在粉色方塊的css中樞日以下程式碼

            border-radius:20%;

單位可以是px或是%,可依照想要的效果自行調整,這邊呈現出來的效果如下圖
https://ithelp.ithome.com.tw/upload/images/20210916/201400869GJrj21ZIw.jpg
數字越大圓角的程度越大,最多可以到100%

            border-radius:100%;

本來的方塊就會變成圓形
https://ithelp.ithome.com.tw/upload/images/20210916/20140086Yc8n7JJAg3.jpg
border-radius還有其他兩種定義方法,輸入兩個數字就是定義對角角度

            border-radius:10% 50%;

前者為左上、右下,後者為左下、右上
https://ithelp.ithome.com.tw/upload/images/20210916/20140086IcoUrDAFlR.jpg
也可以輸入四組數字來分開設定四個角

            border-radius:0% 10% 20% 50%;

分別為左上、右上、右下、左下
https://ithelp.ithome.com.tw/upload/images/20210916/20140086RpTcjLAf65.jpg


上一篇
css 陰影
下一篇
css margin
系列文
html與css粗淺新手入門教學30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言