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

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

17 lines
221 B
Text
Raw Normal View History

h1 {
font-size: 3rem;
font-weight: bold;
color: #020617; /* Dark grey */
padding: .5rem 0 2rem;
}
.card {
padding: 2rem;
}
.card p {
color: #020617; /* Dark grey */
font-size: 3rem;
font-weight: bold;
}