Futurism/Mechanique Page Backgrounds

This commit is contained in:
Arona Jones
2015-01-15 12:43:19 +00:00
parent 3caccc7dcd
commit 349e20aa30
4 changed files with 26 additions and 9 deletions

View File

@@ -25,7 +25,15 @@
}
#background {
background-image: url("/images/art/back.jpeg");
background-attachment: fixed
background-attachment: fixed;
}
#backgroundtwo {
background-image: url("/images/art/back2.jpg");
background-attachment: fixed;
background-repeat: repeat;
}
#backgroundthree {
background-image: radial-gradient(circle, #E6E1C7, #D64B12);
}
.shadow {
box-shadow: 10px 10px 10px #1C1C1C;