-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
style.css
90 lines (73 loc) · 1.24 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
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
*{
padding: 0;
margin: 0;
font-family: 'Archivo', sans-serif;
}
div.text {
background-color: #F1F1F1;
width: 80%;
text-align: center;
padding: 20px 20px 20px 20px;
margin: auto;
}
span {
color: #FFB000;
font-size: smaller;
}
.banner {
width: 100%;
background-image: url(./banner.png);
background-position: center;
}
.about, .more {
width: 100%;
padding: 20px 0px;
background-color: #F1F1F1;
}
.about span {
color: #00B56C;
font-size: larger;
}
.about H1, .special H1, .more H1, .enrolled h1 {
font-size: 24px;
padding-bottom: 5px;
}
.about H2, .special H2, .more H2 {
font-size: 18px;
padding-bottom: 5px;
}
.about p, .special p, .more p {
padding-bottom: 10px;
}
.enrolled h3 {
padding-bottom: 5px;
padding-top: 5px;
font-size: 16px;
}
.special {
background-color: #FFB000;
}
.soscevent {
background-color: #15f7a0;
}
.footer {
background-color: #22242B;
}
.footer p {
padding: 10px 10px 10px 10px;
color: #F1F1F1;
}
section {
padding-top: 20px;
padding-bottom: 20px;
}
.enrolled {
background-color: #7e5dd8;;
padding-bottom: 20px;
}
.enrolled a {
color: black;
}
.enrolled a:hover {
color: white;
}