mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
Test1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user