Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML5/CSS3发光文字 可自定义文字色彩 效果很赞
</title>
</head>
<body>
<div id="container">
<p>
<a href="#">
RED
</a>
</p>
xxxxxxxxxx
/*setup*/
*{
margin: 0;
padding: 0;
}
body{
background-color: #222222;
#container{
width:500px;
margin:auto;
/*neeeeoooon*/
p{
text-align:center;
JS代码...