-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
75 lines (66 loc) · 1.28 KB
/
styles.css
File metadata and controls
75 lines (66 loc) · 1.28 KB
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
75
html,body{
height: 100%;
margin: 0%;
font-family: "lato",sans-serif;
font-weight: 400;
line-height: 1.8em;
font-size: 16px;
}
.pimg1{
background-image: url(images/image1.png);
min-height: 100%;
}
.pimg2{
background-image: url(images/image2.png);
min-height: 400px;
}
.pimg3{
background-image: url(images/image3.png);
min-height: 400px;
}
.pimg1,.pimg2,.pimg3{
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment:fixed;
}
.ptext{
position: absolute;
top: 50%;
width: 100%;
text-align: center;
color: white;
font-size: 27px;
letter-spacing: 8px;
}
.title1{
background-color: #2c2e2d;
padding: 20px 40px;
}
.Mtext1{
padding: 40px 80px;
text-align: center;
}
.title2{
background-color: white;
padding: 20px 40px;
color: #2c2e2d;
}
.Mtext2{
padding: 40px 80px;
text-align: center;
color: white;
background-color: #2c2e2d;
}
.title3{
background-color:#2c2e2d;
padding: 20px 40px;
color: white;
}
.Mtext3{
padding: 40px 80px;
text-align: center;
color: #2c2e2d;
background-color: white;
}