CSS 文字插入阴影
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 文字插入阴影相关的知识,希望对你有一定的参考价值。
body {
/* This has to be same as the text-shadows below */
background: #def;
}
h1 {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 6em;
line-height: 1em;
}
.inset-text {
/* Shadows are visible under slightly transparent text color */
color: rgba(10,60,150, 0.8);
text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}
/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }
以上是关于CSS 文字插入阴影的主要内容,如果未能解决你的问题,请参考以下文章
CSS CSS3文字阴影(白色)
CSS CSS - 文字阴影
CSS CSS3文字阴影
CSS CSS3文字阴影
css3新增样式-阴影
黑马程序员前端-CSS之圆角边框盒子阴影文字阴影