Login
网站首页 > 文章中心 > Css

CSS实现立体字的效果

作者:小编 更新时间:2023-06-06 09:57:51 浏览量:91人看过

CSS实现立体字的效果

软件介绍:立体字效果 .text_solid{ font-size: 32px; text-align: center; font-weight: bo...

<div class="text_solid">立体字效果</div>

<style> 

.text_solid{

    font-size: 32px;

    text-align: center;

    font-weight: bold;

    line-height:100px;

    text-transform:uppercase;

    position: relative;

background-color: #333;

    color:#fff;

    text-shadow:

    0px 1px 0px #c0c0c0,

    0px 2px 0px #b0b0b0,

    0px 3px 0px #a0a0a0,

    0px 4px 0px #909090,

    0px 5px 10px rgba(0, 0, 0, 0.6);

}

</style>


版权声明:倡导尊重与保护知识产权,本站有部分资源、图片来源于网络,如有侵权,请联系我们修改或者删除处理。
转载请说明来源于"土嘎嘎" 本文地址:http://www.tugaga.com/jishu/css/224.html
<<上一篇 2023-06-06
下一篇 >> 2023-06-06

相关推荐

编辑推荐

热门文章