19 lines
296 B
CSS
19 lines
296 B
CSS
h1{
|
|
font-family: 'Advent Pro', sans-serif;
|
|
text-transform: uppercase;
|
|
font-size: 3rem;
|
|
font-weight: 700;
|
|
color: black;
|
|
}
|
|
|
|
.subtitles {
|
|
font-family: 'Advent Pro', sans-serif;
|
|
color: black;
|
|
font-size: 2rem;
|
|
font-weight: 500;
|
|
}
|
|
|
|
|
|
.carousel {
|
|
overflow: hidden;
|
|
} |