-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (221 loc) · 12.9 KB
/
index.html
File metadata and controls
259 lines (221 loc) · 12.9 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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS Challenges</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-slate-200 p-5 min-h-screen grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-5">
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day1/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="firstChallenge"></iframe>
<a href="day1/index.html" class="text-2xl p-5 font-bold uppercase text-xl">Profile Card</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day2/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="secondChallenge"></iframe>
<a href="day2/index.html" class="text-2xl p-5 font-bold uppercase text-xl">Menu Icon</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day3/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="thirdChallenge"></iframe>
<a href="day3/index.html" class="text-2xl p-5 font-bold uppercase text-xl">The Pyramid</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day4/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="fourthChallenge"></iframe>
<a href="day4/index.html" class="text-2xl p-5 font-bold uppercase text-xl">Loader</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day5/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="fifthChallenge"></iframe>
<a href="day5/index.html" class="text-2xl p-5 font-bold uppercase text-xl">Statistic</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day6/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="sixthChallenge"></iframe>
<a href="day6/index.html" class="text-2xl p-5 font-bold uppercase text-xl">Profile</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day7/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="seventhChallenge"></iframe>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Notifications, Search and
Menu</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day8/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="eightChallenge"></iframe>
<a href="day8/index.html" class="text-2xl p-5 font-bold uppercase text-xl">MeatBalls</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day9/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="ninthChallenge"></iframe>
<a href="day9/index.html" class="text-2xl p-5 font-bold uppercase text-xl">Rainy Day</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day10/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="ninthChallenge"></iframe>
<a href="day10/index.html" class="text-2xl p-5 font-bold uppercase text-xl">Watch</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 11
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Walking Boots</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 12
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Tooltip</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 13
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - User Gallery</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 14
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Byciclopter</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 15
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Upload</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 16
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Blobby</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 17
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Penrose Triangle</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 18
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Elastic</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 19
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Slider with Radio Buttons</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 20
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Send Mail</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 21
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Pac-Man</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 22
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Fitness Tracker</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 23
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Animated Typography</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 24
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Button</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 25
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Map Marker</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 26
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Motivational Modal</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 27
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Checklist</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 28
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Ring Ring</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 29
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Search Field</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 30
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Random Line</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 31
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Pendulum Wave</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 32
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Counter</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<div class="w-full h-[26rem] rounded-2xl shadow grid place-content-center text-white text-7xl"
style="background: linear-gradient(45deg, #1a1a24, #1412af);">
Day 33
</div>
<a href="#" class="text-2xl p-5 font-bold uppercase text-xl">Coming Soon - Sunny Day</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day46/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="fourtySixChallenge"></iframe>
<a href="day46/index.html" class="text-2xl p-5 font-bold uppercase text-xl">Hover Card</a>
</section>
<section class="border bg-white rounded-xl shadow p-5 flex flex-col">
<iframe src="day47/index.html" class="w-full h-[26rem] rounded-2xl shadow" title="fourtySevenChallenge"></iframe>
<a href="day47/index.html" class="text-2xl p-5 font-bold uppercase text-xl">Gomba</a>
</section>
</body>
</html>