mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
27 lines
340 B
CSS
27 lines
340 B
CSS
.header {
|
|
background: url("https://picsum.photos/2000/100");
|
|
height: 100px;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
.orange {
|
|
background-color: orange;
|
|
}
|
|
|
|
body {
|
|
background-color: #40444B;
|
|
}
|
|
|
|
h1 {
|
|
color: white;
|
|
}
|
|
|
|
h3 {
|
|
color: white;
|
|
}
|
|
|
|
.contact>p {
|
|
color: white;
|
|
padding-left: 10px;
|
|
} |