-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (66 loc) · 1.13 KB
/
style.css
File metadata and controls
68 lines (66 loc) · 1.13 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
body {
background-color: #f1f1f1;
}
.ourTeam-hedding p{
color: #979797;
}
.ourTeam-hedding strong{
color: black;
}
.ourTeam-hedding{
margin-bottom: 50px;
}
.ourTeam-hedding h1{
font-size: 25px;
font-weight: bold;
color: #145889;
}
.ourTeam-box{
border-radius: 2px;
border-top: 6px solid #5DDDD3;
margin: 0px;
background-color: #FFFFFF;
margin-bottom: 30px;
}
.section1{
padding: 30px 0px 30px 0px;
}
.section1 img{
border-radius: 50%;
height: 130px;
width: 130px;
}
.section2 p{
font-weight: bold;
color: #5DDDD3;
letter-spacing: 1px;
}
.section2 span{
color: #979597;
}
.section3{
background-color: #5DDDD3;
}
.section3 i{
color: #ffffff !important;
padding: 15px;
font-size: 15px;
}
.section-info{
border-top: 6px solid #90DFAA;
}
.section-info p{
color: #90DFAA;
}
.section-info .section3{
background-color: #90DFAA;
}
.section-danger{
border-top: 6px solid #FD8469;
}
.section-danger p{
color: #FD8469;
}
.section-danger .section3{
background-color: #FD8469;
}