边框相关样式

2017-11-09  本文已影响0人  秋枫残红

border-radius(边框圆角)

div{
  width:400px;
  height:400px;
  margin:30px;
  background-color:yellow;
  border:solid 0px blue;
  border-radius:10px 50px 100px 200px
}

border-image(图像边框)

上一篇 下一篇

猜你喜欢

热点阅读