Files
Stone-Red-Code.github.io/style.css
T
2021-01-03 16:20:36 +01:00

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;
}