學習如何使用 CSS 創建圓角圖像。
<img src="img_avatar.png" alt="Avatar">
使用 border-radius 屬性為圖像添加圓角。50% 將使圖像變成圓形:
border-radius
img { border-radius: 50%; }
親自試一試
教程:CSS 圖像