presentations/taking-flight-with-tailwind-css/3.txt
Oliver Davies 6891a7517a Re-organise
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-25 21:52:45 +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;
}