Cmi
2015年11月17日 星期二
用純CSS畫圓
circle {
width: 100px; height: 100px; //正圓形,所以寬與高都設一樣
border-radius:99em;
background-color:black;
}
圓角矩形
border-radius 的語法,用來設定區塊四邊的圓角
較新的文章
較舊的文章
首頁