九、CSS3技巧
9-62 CSS3 圓弧效果
.box {
box-sizing: content-box;
height: 150px;
width: 150px;
background-color: red;
border-radius: 50% ;
border: 10px solid blue;
color: rgb(240, 255, 253);
font-size: 28px;
text-align: center;
line-height: 150px;
}9-63 CSS3 漸層效果
9-64 CSS3 陰影效果
9-65 使用 can I use 查詢 HTML、CSS 瀏覽器兼容度
9-66 使用 Statcounter 瀏覽各國瀏覽器趨勢
Last updated