16 lines
213 B
CSS
16 lines
213 B
CSS
h2 {
|
|
text-transform: uppercase;
|
|
font-size: 76px;
|
|
font-weight: 700
|
|
}
|
|
|
|
h3 {
|
|
font-weight: 500;
|
|
font-size: 30px;
|
|
color: white;
|
|
}
|
|
|
|
p {
|
|
font-size: 15px;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
} |