-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
53 lines (46 loc) · 1.12 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
footer {
background-color: rgb(241, 240, 240);
color: rgb(0, 0, 0);
font-family: 'Varela Round', sans-serif;
}
.masthead {
height: 100vh;
min-height: 500px;
background-image: url("https://www.pepperconstruction.com/sites/default/files/images/lasalle_peru_banner_0.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: white;
}
.masthead-1 {
height: 100vh;
min-height: 500px;
background-image: url("https://www.ccgvaz.org/images/banner.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: white;
}
.masthead-2 {
height: 100vh;
min-height: 500px;
background-image: url("https://www.sos.wa.gov/_assets/charities/training/resources-image-2.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: white;
}
.masthead-h1 {
font-size: 55px;
color: white;
font-family: 'Varela Round', sans-serif;
}
.masthead-p {
font-size: 35px;
color: white;
font-family: 'Varela Round', sans-serif;
}
.py-5{
font-family: 'Varela Round', sans-serif;
color: black;
}