<blockquote>
惟有民魂是值得宝贵的</br>惟有它发扬起来</br>中国才有真进步。
<cite>—鲁迅</cite>
</blockquote>
body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
blockquote {
font-size: 26px;
background: linear-gradient(to right, skyblue, blue);
background-clip: text;
background-clip: text;
text-fill-color: transparent;
}
cite {
display: block;
text-align: right;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.