8 lines
78 B
CSS
8 lines
78 B
CSS
.resume {
|
|
background: green;
|
|
}
|
|
.resume h1 {
|
|
@apply text-3xl font-bold;
|
|
}
|
|
|