presentations/taking-flight-with-tailwind-css/slides/3.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
137 B
Text
Raw Normal View History

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