CSS3 文字模糊

/*

<style>
body{ -webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);}
</style>

*/

 

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<style>
body{
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-size: auto, cover;
color: #fff;
font-family: cursive, "微软雅黑";
font-size: 13px;
background-color:#000
}
a{ color: transparent;
display: block;
text-transform: uppercase;
text-shadow: 0px 0px 2px #fff;}
</style>
<body bgcolor='#000'>
<a>阿萨德发生地方</a>
</body>
</html>

posted @ 2015-06-23 16:14  mrt_yy  阅读(754)  评论(0编辑  收藏  举报