JSFiddle - React, Tailwind, and code Playground
by 규연 황
HTML
<p class="text">Proud</p>
CSS
.text {
font-size: 18px;
}
.text::first-letter {
font-size: 28px;
color: #ff6600;
font-family: Verdana;
}
by 규연 황
<p class="text">Proud</p>
.text {
font-size: 18px;
}
.text::first-letter {
font-size: 28px;
color: #ff6600;
font-family: Verdana;
}