1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00

16 lines
252 B
CSS
Raw Normal View History

section[role="intro"] {
padding: 10px;
width: 300px;
color: var(--highlight);
}
section[role="intro"] span[role="title"] {
font-size: 100px;
line-height: 80px;
color: var(--secondary);
}
section[role="intro"] p {
color: var(--white);
}