h1 文字漸層色
View Compiled
h1{
background: linear-gradient(to top, #3a1c71, #d76d77, #ffaf7b);
background: -webkit-linear-gradient(to top, #3a1c71, #d76d77, #ffaf7b);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
// (以下略)
h1{
font-weight: bold;
font-family :Microsoft JhengHei;
margin: auto;
text-align: center;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.