-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
43 lines (40 loc) · 958 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*PARALLAX SCROLLING */
.parallaxContainer,
.parallaxContainer1 {
/*top was 300px*/
/* 1280x679 */
position: relative;
height: 70%;
width: 100%;
z-index: -1000;
overflow: hidden;
}
.parallaxContainer img,
.parallaxContainer1 img {
width: 100%;
min-width: 1200px;
overflow: hidden;
}
#hometop
{
top: 0;
width: 100%;
height: 500px;
background: #000 url('/wordpress/wp-content/uploads/hometop.jpg') 70% 0%;
background-attachment: absolute;
margin: 0;
padding: 0 0 20px 0;
-moz-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.35);
-webkit-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.35);
box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.35);
}
#wrap1, #wrap2, #wrap3{
width: 100%;
height: 500px;
margin: 0;
padding: 0px 0 20px 0;
background: #fff;
-moz-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.35);
-webkit-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.35);
box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.35);
}