样式
源代码
<style>
h1 {
color: white;
text-align: center;
}
</style>
<!DOCTYPE html>
<head>
<style>
body{
color:white;
textshadow: 1px 1px 0 #000,
1px 1px 0 #000,
1px 1px 0 #000,
1px 1px 0 #000;
background: linear-gradient(0deg,purple,blue,purple);
}
</style>
</head>
<body>
<div class="demo"></div>
<style>
a {
color: pink; /* 这将使所有超链接变为红色 */
}
</style>