-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.css
63 lines (63 loc) · 1.02 KB
/
main.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
#nav{
border-bottom: 1px solid #ECF0F1;
}
#banner{
text-align: center;
margin-top: 60px;
margin-bottom: 60px;
color: #34495E;
}
.text-bold{
font-weight: bold;
}
.title-text-box{
margin-bottom: 20px;
}
.card-text{
color: #2C3E50;
}
#learn-more-btn{
background-color: #E74C3C;
color: white;
}
#download-btn{
background-color: #FFEDED;
color: #E74C3C;
}
.orgnizer-text{
margin-top: 10px;
text-align: center;
}
.orgnizer-box{
font-size: 12px;
text-align: center;
}
.orgnizer-img{
margin: 0 auto;
}
.card{
background-color: white;
border: 0px;
border-radius: 15px;
box-shadow: 0px 10px 20px rgba(189, 195, 199, 0.3);
padding: 10px;
margin-bottom: 30px;
}
.media{
border-bottom: 1px solid #ECF0F1;
padding-bottom: 15px;
margin-bottom: 15px;
}
.table{
margin-top: 15px;
color: #34495E;
}
.footer{
margin-top: 10px;
padding: 15px;
border-top: 1px solid #ECF0F1;
}
.footer-text{
text-align: center;
color: #34495E;
}