css实现div文本框圆角带阴影
代码:
<style>
div{
width: 200px;
height: 200px;
background-color: yellowgreen;
border-radius: 16px;
box-shadow:10px 10px 10px 10px rgba(0,0,0,0.3);
}
</style>
<div>
</div>
🏆 每日挑战:你知道答案吗?
什么是 CSS 的 `pointer-events` 属性?
温馨提示 : 非特殊注明,否则均为©李联华的博客网原创文章,本站文章未经授权禁止任何形式转载;IP地址:18.97.9.168,归属地:弗吉尼亚州Ashburn ,欢迎您的访问!
文章链接:https://www.lilianhua.com/css-to-achieve-div-text-box-fillet-shadow.html
文章链接:https://www.lilianhua.com/css-to-achieve-div-text-box-fillet-shadow.html