-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
53 lines (44 loc) · 981 Bytes
/
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
body {
font-family: sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
color: #333;
}
header {
background-color: #f0f0f0;
padding: 20px;
text-align: center;
}
h1, h2, h3, h4 {
margin-bottom: 15px;
}
.cta-button {
background-color: #007bff;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
border-radius: 5px;
margin: 10px 0;
}
.course-overview, .course-modules, .target-audience, .testimonials, .instructor, .bonus-offer, .ai-doubts, .guarantee, .comparison, .ready-section, .faq {
padding: 20px;
margin-bottom: 20px;
}
.module {
margin-bottom: 20px;
}
.audience-group {
margin-bottom: 20px;
}
.instructor-info ul {
padding-left: 20px;
}
.instructor-info li {
margin-bottom: 5px;
}
.cta-section {
text-align: center;
padding: 20px;
}