-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
106 lines (64 loc) · 1.03 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.header {
background-color: #038fd3;
color: white;
margin-bottom: 10px;
padding: 10px;
}
.carousel-item img {
display: block;
width: 100%;
}
.first {
background: #ffc107;
padding: 20px;
border-radius: 20px;
color: white;
}
.second {
background-color: #007bff;
padding: 20px;
border-radius: 20px;
color: white;
}
.third {
background-color: #dc3545;
padding: 20px;
border-radius: 20px;
color: white;
height: 100%;
}
.free {
background-color: #28a745;
padding: 20px;
border-radius: 20px;
color: white;
}
article {
padding-bottom: 10px;
}
.footer {
background-color: #011e2e;
color: white;
margin-top: 10px;
padding: 10px;
}
.p1 {
font-family: 'Josefin Sans', sans-serif;
font-weight: 400;
}
.p2 {
font-family: 'Dancing Script', cursive;
font-size: 21px;
}
.p3 {
font-family: 'Architects Daughter', cursive;
}
.p4 {
font-family: 'Abril Fatface', cursive;
}
.p5 {
font-family: 'Courgette', cursive;
}
.p6 {
font-family: 'Lobster Two', cursive;
}