1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > css制作圆角按钮和卡片阴影效果

css制作圆角按钮和卡片阴影效果

时间:2021-01-02 06:50:39

相关推荐

css制作圆角按钮和卡片阴影效果

效果:

代码:

button{width: 100px;margin: 10px;margin-bottom: 0;height: 37px;background: #fff;color: #506AE7;text-shadow: 1px 1px 1px rgba(255,255,255, .1);border-radius: 30px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);transition: all 0.15s ease;}.selected{background: #242CD9;color: #fff;}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。