mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
6221b2b1a5
chore: rename files
17 lines
212 B
CSS
17 lines
212 B
CSS
.header {
|
|
width: 100vw;
|
|
margin-top: 0;
|
|
text-align: center;
|
|
background: var(--background);
|
|
color: var(--content);
|
|
}
|
|
|
|
.header a {
|
|
color: var(--content);
|
|
}
|
|
|
|
.header p {
|
|
margin: 0;
|
|
font-size: 2rem;
|
|
}
|