用CSS设计艺术字集锦

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效代码|JsCode.CN|---用CSS设计艺术字集锦(二)</title>
<STYLE type=text/css>.title_1 {
 FONT-SIZE: 12px; FILTER: DropShadow(Color=#213C63, OffX=1, OffY=1); WIDTH: 100%; COLOR: #e1e4ec; FONT-FAMILY: "Verdana"
}
.text {
 FONT-SIZE: 12px; COLOR: #666699; LINE-HEIGHT: 16px; FONT-FAMILY: "Verdana"; TEXT-DECORATION: none
}
.unnamed1 {
 FILTER: DropShadow(Color=#FFFFFF, OffX=1, OffY=1)
}
</STYLE>
</head>

<body>

<TABLE cellSpacing=1 cellPadding=0 width=500 align=center
            bgColor=#8c96b5 border=0>
              <TBODY>
              <TR>
                <TD bgColor=#ffffff>
                  <TABLE cellSpacing=1 borderColorDark=#ffffff cellPadding=0
                  width="100%" borderColorLight=#000000 border=0>
                    <TBODY>
                    <TR bgColor=#8c96b5>
                      <TD width="100%" bgColor=#8c96b5 colSpan=2 height=16>
                        <DIV class=title_1 align=center>..:: 巧用CSS制作艺术字
                        ::..</DIV></TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec>
                  <TABLE class=unnamed1 cellSpacing=8 cellPadding=0 width="100%"
                  border=0>
                    <TBODY>
                    <TR>
                      <TD
                        class=text>如果灵活应用CSS各种滤镜的特点并加以组合,我们可以得到许多意想不到的效果。这是一些效果示范,供各位参考。</TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec>
                  <TABLE class=unnamed1 cellSpacing=8 cellPadding=0 width="100%"
                  border=0>
                    <TBODY>
                    <TR>
                      <TD class=text>
                        <TABLE height=50 width=200 align=center border=0>
                          <TBODY>
                          <TR>
                            <TD style="FILTER: blur(direction=135,strength=8)"
                            align=middle><FONT face=黑体 color=#8c96b5
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE><BR>用blur滤镜做出的效果,代码如下:<BR><B>FILTER:
                        blur(direction=135,strength=8)</B></TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec>
                  <TABLE class=unnamed1 cellSpacing=8 cellPadding=0 width="100%"
                  border=0>
                    <TBODY>
                    <TR>
                      <TD class=text>
                        <TABLE height=50 width=200 align=center border=0>
                          <TBODY>
                          <TR>
                            <TD
                            style="FILTER: dropshadow(color=#B4BBCF,offx=6,offy=6,positive=1)"
                            align=middle><FONT face=黑体 color=#8c96b5
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE><BR>用dropshadow滤镜做出的效果,代码如下:<BR><B>FILTER:
                        dropshadow(color=#B4BBCF,offx=6,offy=6,positive=1)</B></TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec>
                  <TABLE class=unnamed1 cellSpacing=8 cellPadding=0 width="100%"
                  border=0>
                    <TBODY>
                    <TR>
                      <TD class=text>
                        <TABLE height=50 width=200 align=center border=0>
                          <TBODY>
                          <TR>
                            <TD style="FILTER: glow(color=#B4BBCF,strength=5)"
                            align=middle><FONT face=黑体 color=#8c96b5
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE><BR>用glow滤镜做出的效果,代码如下:<BR><B>FILTER:
                        glow(color=#B4BBCF,strength=5)</B></TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec>
                  <TABLE class=unnamed1 cellSpacing=8 cellPadding=0 width="100%"
                  border=0>
                    <TBODY>
                    <TR>
                      <TD class=text>
                        <TABLE height=50 width=200 align=center border=0>
                          <TBODY>
                          <TR>
                            <TD
                            style="FILTER: alpha(opacity=100,finishiopacity=0,style=1)shadow(color=#8C96B5,direction=135)"
                            align=middle><FONT face=黑体 color=#8c96b5
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE><BR>这个效果用到了两种滤镜:shadow和alpha,代码如下:<BR><B>FILTER:
                        alpha(opacity=100,finishiopacity=0,style=1)<BR>shadow(color=#8C96B5,direction=135)</B>
                      </TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec>
                  <TABLE class=unnamed1 cellSpacing=8 cellPadding=0 width="100%"
                  border=0>
                    <TBODY>
                    <TR>
                      <TD class=text>
                        <TABLE height=50 width=200 align=center border=0>
                          <TBODY>
                          <TR>
                            <TD
                            style="FILTER: mask(color=#E1E4EC)shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)"
                            align=middle><FONT face=黑体 color=#8c96b5
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE><BR>这个效果也用到两个滤镜mask和shadow,代码如下:<BR><B>FILTER:
                        mask(color=#E1E4EC)<BR>shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)</B><BR><BR>注意:mask的颜色要和网页背景色一致,字体的颜色由shadow决定。</TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec>
                  <TABLE class=unnamed1 cellSpacing=8 cellPadding=0 width="100%"
                  border=0>
                    <TBODY>
                    <TR>
                      <TD class=text>
                        <TABLE height=50 width=200 align=center border=0>
                          <TBODY>
                          <TR>
                            <TD
                            style="FILTER: mask(color=#E1E4EC)dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)chroma(color=#E1E4EC)"
                            align=middle><FONT face=黑体 color=#8c96b5
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE><BR>如果说上面的效果是阴文的话,那么这个效果的应该算是阳文了,用两个滤镜实现mask和dropshadow,注意mask的颜色要和网页背景色一致,或者把mask和chroma成对使用,也可达到同样效果。代码如下:<BR><B>FILTER:
                        mask(color=#E1E4EC)<BR>dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)<BR>chroma(color=#E1E4EC)"</B>
                      </TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec>
                  <TABLE class=unnamed1 cellSpacing=8 cellPadding=0 width="100%"
                  border=0>
                    <TBODY>
                    <TR>
                      <TD class=text>
                        <TABLE height=50 width=200 align=center border=0>
                          <TBODY>
                          <TR>
                            <TD
                            style="FILTER: glow(color=#8C96B5,strength=2)shadow(color=#B4BBCF,direction=135)"
                            align=middle><FONT face=黑体 color=#e1e4ec
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE><BR>用glow滤镜可以做空心字,方法是将字体颜色设置为背景色,再将glow滤镜的strenght的值设置为1或2即可。这个效果的代码如下:<BR><B>FILTER:
                        glow(color=#8C96B5,strength=2)<BR>shadow(color=#B4BBCF,direction=135)</B>
                      </TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec>
                  <TABLE cellSpacing=8 cellPadding=0 width="100%" border=0>
                    <TBODY>
                    <TR>
                      <TD class=text>
                        <TABLE height=150 width=200 align=center background=""
                        border=0>
                          <TBODY>
                          <TR>
                            <TD
                            style="FILTER: mask(color=#E1E4EC)shadow(color=#B4BBCF,direction=135)chroma(color=#E1E4EC)"
                            align=middle><FONT face=黑体 color=#8c96b5
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE><BR><BR>
                        <TABLE height=150 width=200 align=center background=""
                        border=0>
                          <TBODY>
                          <TR>
                            <TD
                            style="FILTER: glow(strength=1)mask(color=#B4BBCF)chroma(color=#B4BBCF)"
                            align=middle height=54><FONT face=黑体 color=#8c96b5
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE><BR><BR>
                        <TABLE height=150 width=200 align=center background=""
                        border=0>
                          <TBODY>
                          <TR>
                            <TD
                            style="FILTER: mask(color=#E1E4EC)dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)chroma(color=#E1E4EC)"
                            align=middle height=54><FONT face=黑体 color=#8c96b5
                              size=6><B><I>E流设计</I></B></FONT></TD></TR></TBODY></TABLE></TD></TR>
                    <TR>
                      <TD class=unnamed1><FONT
                        class=text>如果背景采用图片,为了能达到满意的效果需要将mask和chroma组合使用,这样能使字体感觉是透明的,让背景透出来。<BR><BR>上面列出的效果前者的代码是:<BR><B>FILTER:
                        mask(color=#E1E4EC)<BR>shadow(color=#B4BBCF,direction=135)<BR>chroma(color=#E1E4EC)</B><BR>注意:字体的颜色由shadow决定,mask和chroma的颜色要相同,色彩任意。<BR><BR>中间的代码是:<BR><B>FILTER:
                        glow(strength=1)<BR>mask(color=#B4BBCF)<BR>chroma(color=#B4BBCF)</B><BR>注意:mask和chroma的颜色相同,这个颜色决定了字体的颜色。<BR><BR>后者的代码是:<BR><B>FILTER:
                        mask(color=#E1E4EC)<BR>dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)<BR>chroma(color=#E1E4EC)</B><BR>注意:mask和chroma的颜色相同,色彩由dropshadow决定。</FONT></TD></TR></TBODY></TABLE></TD></TR>
              <TR>
                <TD bgColor=#e1e4ec> 
      </TD></TR></TBODY></TABLE></body>

</html> 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值