文字效果。这个比较好!
这样的文字效果,大家可以看一下啊,
它是分3层的,
具体的做法:
css:
.h1{font-family:"黑体";
font-size:40px;
font-weight:bolder;
line-height:50px;}
span{ display:block}
.text1{ color:#CCC; margin:0 0 0 2px}
.text2{ color:#fff; margin:-38px 0 0 1px}
.text3{ color:#000; margin:-38px 0 0 0}
font-size:40px;
font-weight:bolder;
line-height:50px;}
span{ display:block}
.text1{ color:#CCC; margin:0 0 0 2px}
.text2{ color:#fff; margin:-38px 0 0 1px}
.text3{ color:#000; margin:-38px 0 0 0}
html:
<h1>
<span class="text1">乐天银泰百货</span>
<span class="text2">乐天银泰百货</span>
<span class="text3">乐天银泰百货</span>
</h1>
<span class="text1">乐天银泰百货</span>
<span class="text2">乐天银泰百货</span>
<span class="text3">乐天银泰百货</span>
</h1>
就是这样完成的,效果方面是相当的不错,哈哈