2021-06-14 18:08:23 -07:00

8 lines
78 B
CSS

.resume {
background: green;
}
.resume h1 {
@apply text-3xl font-bold;
}