-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
194 lines (189 loc) · 3.27 KB
/
style.css
File metadata and controls
194 lines (189 loc) · 3.27 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
* {
margin: 0;
padding: 0;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
body {
font-family: "Poppins", sans-serif;
}
header {
background-color: #653ef5;
height: 676px;
}
nav {
background-color: #653ef5;
}
nav ul li a {
color: white !important;
}
.a-tag-design {
padding: 15px 35px;
color: white;
background-color: #ff246e;
text-decoration: none;
border-radius: 20px;
font-size: 20px;
}
.a-tag-design .fas {
font-size: 20px;
}
.fa,
.far,
.fas {
font-family: "Font Awesome 5 Free";
}
.batch-start-time-container {
position: relative;
position: relative;
top: -122px;
z-index: 1000;
}
.batch-start-time {
border-radius: 20px;
background-color: white;
height: 300px;
box-shadow: 0px 0px 8px 3px #ddd;
padding: 40px;
}
.five-batch {
padding: 20px 20px;
background: linear-gradient(45deg, #5a00dd, #684efb);
border-radius: 41px;
color: white;
text-decoration: none;
}
.five-batch-anchore {
position: absolute;
color: white;
text-decoration: none;
/* padding: 14px 25px; */
color: #0a58ca;
background: orange;
top: 176px;
left: 72.5%;
border-radius: 34px;
padding: 10px 30px;
color: white;
padding: 11px 36px;
font-size: 22px;
background: linear-gradient(45deg, #ff35b4, #ff193f);
}
.fourse-modules {
justify-content: space-between;
margin-top: 30px;
}
span {
box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
padding: 15px;
border-radius: 20px;
margin-left: -1px;
font-size: 14px;
}
.col-lg-5 {
box-shadow: 2px -6px 11px 8px #ddd;
}
.course-module-img {
border-radius: 24px;
}
.course-module-refister {
background: #6026eb;
color: white;
text-decoration: none;
padding: 14px 27%;
font-size: 20px;
border-radius: 9px;
}
.anchore-schedule {
text-decoration: none;
color: #ff246e;
}
.shhedule {
font-size: 14px;
}
#check {
width: 28px;
font-size: 25px;
color: #ff6347;
}
#check-top {
padding: 8px;
color: tomato;
}
.have-our-course-container {
margin-top: 80px;
}
.star {
font-size: 42px;
justify-content: center;
align-items: center;
display: flex;
margin: 12px;
}
.star:hover {
color: #ff136f;
}
#row-have-clourse {
background: white;
height: 144px;
border-radius: 20px;
/* justify-content: center; */
align-items: center;
}
.star-p {
margin-top: 20px;
font-weight: bold;
}
.star-p:hover {
color: #ff136f;
border-bottom: 1ps solid rebeccapurple;
text-align: center !important;
border-bottom: 8px solid #ff136f;
border-radius: 73px;
}
.star-x {
color: #ff136f;
border-bottom: 1ps solid rebeccapurple;
text-align: center !important;
border-bottom: 8px solid #ff136f;
border-radius: 73px;
}
.schedule-img {
width: 84px;
}
h6 {
font-weight: bold;
margin-top: 30px;
}
.shhedule {
background: white;
border-radius: 22px;
margin: 6px;
width: 23%;
}
.text-center:hover {
}
.whos-have-this-course-container {
width: 100%;
}
.class-content li {
list-style: none;
}
.class-content li a {
text-decoration: none;
font-size: 20px;
}
.course-module-refisters {
padding: 10px 31%;
background: linear-gradient(335.64deg, #ff589b -19.22%, #ff136f 118.87%);
border-radius: 21px;
/* margin-top: 20px; */
text-decoration: none;
font-size: 21px;
color: white;
}
a {
transition: all 1s ease;
}
a:hover {
color: #ddd;
}