This commit is contained in:
Stone-Red-Code
2021-01-03 16:20:36 +01:00
commit 6e47f8d08f
2 changed files with 195 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
.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;
}