好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

css阴影效果的实现_html/css_WEB-ITnose

这种图片的阴影怎么写代码呀?


回复讨论(解决方案)

http://HdhCmsTestw3school测试数据.cn/css3/css3_border.asp

它这个是左上一小部分有阴影,,,我实在是不会写呀

     .div1{background-color:yellow;width:200px;height:100px;margin-top:-44px;margin-left:96px;position: absolute;}.div2{background-color:red;width:40px;height:40px;box-shadow:-5px -5px 10px black;transform: skew(30deg,20deg);-ms-transform: skew(30deg,20deg); /* IE 9 */-webkit-transform: skew(5deg,5deg); /* Safari and Chrome */margin-top:100px;margin-left:100px;}   

查看更多关于css阴影效果的实现_html/css_WEB-ITnose的详细内容...

  阅读:36次