forked from Deekshavedula/FLINTECH
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
55 lines (44 loc) · 809 Bytes
/
about.css
File metadata and controls
55 lines (44 loc) · 809 Bytes
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
<!--@media (max-width: 1200px) {
}
.blurb h2 {
font-size: 2rem;
}
body {
background:#F0FFF0;
font-family: "Nunito", sans-serif;
padding: 20%;
}
.blurb h2 {
color: #2c3e50;
font-weight: 100;
font-size: 2.5rem;
}
.blurb p {
color: #0082e6;
font-weight: 100;
font-size: 1.125rem;
line-height: 2;
}
.content {
margin-bottom: 100px;
}
body{
padding: 70px;
}
.jumbotron{
font-family: "Nunito", sans-serif;
color: #2c3e50;
text-align: center;
background-color:#F8F8FF;
padding-top: 10%;
}
.other-color{
color: white;
text-align: center;
background-color:#32546e;
padding-top: 10%;
align-content: center;
}.h3{
color: white;
font-weight: bolder;
}