presentations/taking-flight-with-tailwind-css/slides/3.txt
2025-10-02 23:11:24 +01:00

15 lines
137 B
Text

.font-bold {
font-weight: bold;
}
.text-slate-900 {
color: #020617;
}
.text-5xl {
text-size: 3rem;
}
.flex {
display: flex;
}