CSS外框阴影效果
AI摘要
由 AI 生成 · 仅供参考
CSS外框阴影效果,lt;stylegt;.s1{border:2pxsolid#f7f7f7;width:200px;}.s2{width:200px;height:300px;border:1pxsolid#ddd;}lt;/stylegt;lt;divclass=s1gt;lt;divclass=s2gt;CSS外框阴影lt;/divgt;lt;/divgt;..
<style>
.s1{ border:2px solid #f7f7f7;width:200px;}
.s2{ width:200px; height:300px; border:1px solid #ddd;}
</style>
<div class="s1">
<div class="s2">
CSS外框阴影
</div>
</div>
版权声明:本文由驱动中国整理发布,转载需注明出处与原文链接。如有疑问请联系
editor@qudong.com。
本文价值
★★★★★
—
成为第一个评分的人
登录后为本文打分
评论加载中…