-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (85 loc) · 1.78 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
* {
margin: 0px;
padding: 0px;
}
body {
font-family: 'Grape Nuts', cursive;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Rubik Glitch', system-ui;
font-family: 'Teko', sans-serif;
background-color: black;
color: white;
font-size: 20px;
font-weight: 400;
}
.image {
height: 100vh;
background-size: cover;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.sectionOne {
background-image: url(images/sectionOne.png);
}
.sectionTwo {
background-image: url(images/sectionTwo.jpg);
}
.sectionThree {
background-image: url(images/sectionThree.webp);
}
.sectionFour {
background-image: url(images/sectionFour.jpeg);
}
.sectionFive {
background-image: url(images/sectionFive.png);
}
.sectionSix {
background-image: url(images/sectionSix.png);
}
.sectionSeven {
background-image: url(images/sectionSeven.webp);
}
.sectionEight {
background-image: url(images/sectionEight.jpg);
}
.sectionNine {
background-image: url(images/sectionNine.jpg);
}
.sectionTen {
background-image: url(images/sectionTen.jpg);
}
.sectionEleven {
background-image: url(images/sectionEleven.jpg);
}
.sectionTwelve {
background-image: url(images/sectionTwelve.png);
}
.sectionThirteen {
background-image: url(images/sectionThirteen.jpg);
}
.text {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
color: white;
font-size: 27px;
letter-spacing: 8px;
text-transform: uppercase;
}
.textBg {
background-color: #313534;
color: white;
padding: 30px;
}
.section{
padding: 50px 80px;
text-align: center;
}
.light{
background-color: #f4f4f4;
color: #666;
}