<blockquote class="decoration">Hãy học CSS đi! Không bây giờ thì BAO GIỜ??!!!!
<cite> — ít me</cite>
</blockquote>
blockquote {
font-size: 28px;
font-weight: bold;
font-family: Georgia, serif;
background: linear-gradient(to right, #4364f7, #11ff99);
background-clip: text;
text-fill-color: transparent;
text-decoration: none;
max-width: 70vw;
}
cite {
font-size: 20px;
font-weight: bold;
background: linear-gradient(to right, #4364f7, #23d5ab);
background-clip: text;
text-fill-color: transparent;
text-decoration: none;
display: block;
text-align: right;
margin-top: 20px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.