-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
90 lines (70 loc) · 1.39 KB
/
styles.css
File metadata and controls
90 lines (70 loc) · 1.39 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
h1{
font-family: 'Montserrat', sans-serif;
line-height: 1.5;
font-size: 3.5rem;
}
form{
padding-bottom: 30px;
}
#title{
height: 600px;
background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("charity 2.jpg");
background-position: center;
color: lightpink;
text-align: center;
}
#features{
padding: 7% 15%;
position: relative;
background-color: #fff;
}
.navbar{
padding-bottom: 120px;
}
.navbar-brand{
font-family: 'Ubuntu', serif;
font-weight: bold;
font-size: 2.5rem;
}
.nav-item{
padding: 0 16px;
}
.nav-link{
font-size: 1.2rem;
font-family: 'Montserrat',sans-serif;
font-weight: lighter;
}
.heading{
text-align: center;
}
.fas{
color: #ef8172;
padding-bottom: 1rem;
}
.fas:hover{
color: #ff4c68;
}
.features-box{
text-align: center;
padding: 5%;
}
.features-heading{
font-family: 'Montserrat',sans-serif;
font-size: 1.5rem;
font-weight: bold;
}
.features-description{
color: #8f8f8f;
}
#footer{
text-align: center;
background-color:#ff4c68;
padding: 7% 15%;
}
.footer-text{
color: #fff;
}
.social-icon{
color: #fff;
margin: 20px 10px;
}