alternating background images
This commit is contained in:
@@ -1,4 +1,30 @@
|
||||
#main {
|
||||
background-color: transparent;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
min-height: 759px;
|
||||
min-width: 1024px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.one {
|
||||
background-image: url("/static/img/landing1.jpg");
|
||||
}
|
||||
|
||||
.two {
|
||||
background-image: url("/static/img/landing2.jpg");
|
||||
}
|
||||
|
||||
.three {
|
||||
background-image: url("/static/img/landing1.jpg");
|
||||
}
|
||||
|
||||
.four {
|
||||
background-image: url("/static/img/landing2.jpg");
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 62.5%;
|
||||
|
||||
Reference in New Issue
Block a user