-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
74 lines (60 loc) · 1.37 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
body, html{
height: 100%;
margin: 0%;
font-size: 16px;
font-family: 'Lato', sans-serif;
font-weight: 400;
line-height: 1.8cm;
color: #666;
}
.pimg1, .pimg2, .pimg3, .pimg4{
position: relative;
opacity: 0.70;
background-position: center;
background-size: cover;
background-repeat: no-repeat ;
background-attachment: fixed;
}
section{
text-align: center;
padding: 50px 80px;
}
.section-light{
background: whitesmoke;
color: #666;
}
.section-dark{
background: grey;
color: #dddddd;
}
.ptext{
position: absolute;
text-transform: uppercase;
text-align: center;
color: #000000;
top: 50%;
width: 100%;
letter-spacing: 8px;
font-size: 27px;
}
.ptext .border{
background: #111111;
color: #ffffff;
padding;: 20px;
}
.pimg1{
background-image: url(1.jpeg);
min-height: 100%;
}
.pimg2{
background-image: url(4.jpeg);
min-height: 400px;
}
.pimg3{
background-image: url(3.jpeg);
min-height: 400px;
}
.pimg4{
background-image: url(4.png);
min-height: 400px;
}