将div的 height 和 width属性 分别设置为 0px ,将4边的border值 设置为 一样的宽度 ,通过调节边框的颜色课看到效果。
style >
div { height : 0px ; width : 0px ;
border-top : 20px solid red ;
border-left : 20px solid blue ;
border-right : 20px solid gray ;
border-bottom : 20px solid pink ;
}
style >
head >
body >
div > div >
body >
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did101717