ayjays132 commited on
Commit
9592ea7
1 Parent(s): e676861

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +675 -81
README.md CHANGED
@@ -8,113 +8,707 @@ library_name: transformers
8
 
9
 
10
  <style>
11
- body {
12
- font-family: Arial, sans-serif;
13
- line-height: 1.6;
14
- margin: 0;
15
- padding: 20px;
16
- background-color: #f4f4f4;
17
- }
18
- .model-description {
19
- background: #fff;
20
- border-radius: 8px;
21
- padding: 20px;
22
- box-shadow: 0 0 10px rgba(0,0,0,0.1);
23
- max-width: 800px;
24
- margin: auto;
25
- }
26
- .model-description h2 {
27
- margin-top: 0;
28
- color: #333;
29
- }
30
- .model-description p {
31
- margin: 0 0 10px;
32
- color: #666;
33
- }
34
- body {
35
- font-family: 'Arial', sans-serif;
36
- line-height: 1.6;
37
- margin: 0;
38
- padding: 20px;
39
- background-color: #f4f4f4;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  .model-description {
43
- background: #ffffff;
44
- border-radius: 8px;
45
- padding: 20px;
46
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
47
- max-width: 800px;
48
- margin: 20px auto;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  }
50
 
51
  .code-container {
52
- background: #1e1e1e;
53
- color: #dcdcdc;
54
- border-radius: 8px;
55
- padding: 20px;
56
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
57
- max-width: 800px;
58
- margin: 20px auto;
59
- overflow-x: auto;
60
- font-family: 'Courier New', Courier, monospace;
61
- font-size: 16px;
62
- line-height: 1.4;
63
  }
64
 
65
  code {
66
- display: block;
67
- white-space: pre-wrap;
68
- word-break: break-word;
69
  }
70
 
71
  code::before {
72
- content: " ";
73
- display: block;
74
- margin: 0 -20px;
75
- padding: 10px;
76
- background: #282c34;
77
- border-radius: 8px 8px 0 0;
78
  }
79
 
80
  code::after {
81
- content: " ";
82
- display: block;
83
- margin: 10px -20px;
84
- padding: 10px;
85
- background: #282c34;
86
- border-radius: 0 0 8px 8px;
87
  }
88
  body {
89
- font-family: 'Arial', sans-serif;
90
- line-height: 1.6;
91
- margin: 0;
92
- padding: 20px;
93
- background-color: #f4f4f4;
94
  }
95
 
96
  .code-container {
97
- background: #1e1e1e;
98
- color: #dcdcdc;
99
- border-radius: 8px;
100
- padding: 20px;
101
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
102
- max-width: 800px;
103
- margin: 20px auto;
104
- overflow-x: auto;
105
- font-family: 'Courier New', Courier, monospace;
106
- font-size: 16px;
107
- line-height: 1.4;
108
  }
109
 
110
  pre {
111
- margin: 0;
112
  }
113
 
114
  code {
115
- display: block;
116
- white-space: pre-wrap;
117
- word-break: break-word;
118
  }
119
  </style>
120
  <body>
 
8
 
9
 
10
  <style>
11
+ /* General Styles */
12
+ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');
13
+
14
+ body {
15
+ font-family: 'Montserrat', sans-serif;
16
+ background-color: #121212;
17
+ margin: 0;
18
+ padding: 20px;
19
+ line-height: 1.6;
20
+ color: #e0e0e0;
21
+ display: flex;
22
+ flex-direction: column;
23
+ align-items: center;
24
+ justify-content: center;
25
+ min-height: 100vh;
26
+ border-radius: 10px;
27
+ background: rgba(255, 255, 255, 0.05);
28
+ }
29
+
30
+ .container {
31
+ max-width: 900px;
32
+ margin: 20px auto;
33
+ padding: 40px;
34
+ background-color: #1e1e1e;
35
+ border-radius: 20px;
36
+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
37
+ overflow: hidden;
38
+ animation: fadeIn 1s ease-in-out;
39
+ border: 2px solid #333;
40
+ }
41
+
42
+ @keyframes fadeIn {
43
+ 0% {
44
+ opacity: 0;
45
+ }
46
+ 100% {
47
+ opacity: 1;
48
+ }
49
+ }
50
+
51
+ .section {
52
+ margin-bottom: 60px;
53
+ padding: 20px;
54
+ border-radius: 10px;
55
+ background: rgba(255, 255, 255, 0.05);
56
+ transition: background 0.3s ease, transform 0.3s ease;
57
+ }
58
+
59
+ .section:hover {
60
+ background: rgba(255, 255, 255, 0.1);
61
+ transform: translateY(-5px);
62
+ }
63
+
64
+ .section-header {
65
+ text-align: center;
66
+ margin-bottom: 40px;
67
+ animation: slideIn 1s ease-in-out;
68
+ border-bottom: 2px solid #333;
69
+ padding-bottom: 10px;
70
+ position: relative;
71
+ }
72
+
73
+ @keyframes slideIn {
74
+ 0% {
75
+ transform: translateX(-100%);
76
+ opacity: 0;
77
+ }
78
+ 100% {
79
+ transform: translateX(0);
80
+ opacity: 1;
81
+ }
82
+ }
83
+
84
+ .section-title {
85
+ font-size: 36px;
86
+ font-weight: 800;
87
+ margin-bottom: 20px;
88
+ text-transform: uppercase;
89
+ letter-spacing: 2px;
90
+ color: #e0e0e0;
91
+ animation: fadeIn 1s ease-in-out;
92
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
93
+ }
94
+
95
+ .section-description {
96
+ font-size: 18px;
97
+ line-height: 1.8;
98
+ color: #b0b0b0;
99
+ animation: fadeIn 1s ease-in-out;
100
+ text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
101
+ }
102
+
103
+ .detail {
104
+ display: flex;
105
+ align-items: center;
106
+ margin-bottom: 20px;
107
+ color: #e0e0e0;
108
+ animation: fadeIn 1s ease-in-out;
109
+ padding: 10px;
110
+ border-radius: 8px;
111
+ transition: background 0.3s ease, transform 0.3s ease;
112
+ }
113
+
114
+ .detail:hover {
115
+ background: rgba(255, 255, 255, 0.1);
116
+ transform: translateY(-5px);
117
+ }
118
+
119
+ .detail-icon {
120
+ margin-right: 12px;
121
+ font-size: 24px;
122
+ color: #007bff;
123
+ }
124
+
125
+ .detail-text {
126
+ font-size: 18px;
127
+ color: #e0e0e0;
128
+ }
129
+
130
+ .interactive-element {
131
+ position: relative;
132
+ width: 100%;
133
+ height: 300px;
134
+ border-radius: 20px;
135
+ overflow: hidden;
136
+ background: linear-gradient(135deg, #1e1e1e, #121212);
137
+ box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
138
+ transition: transform 0.3s ease;
139
+ }
140
+
141
+ .interactive-element::before,
142
+ .interactive-element::after {
143
+ content: '';
144
+ position: absolute;
145
+ width: 100%;
146
+ height: 100%;
147
+ background: linear-gradient(135deg, rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 0.5));
148
+ mix-blend-mode: screen;
149
+ animation: shimmer 5s infinite;
150
+ }
151
+
152
+ .interactive-element::before {
153
+ top: -100%;
154
+ left: 0;
155
+ animation-direction: alternate;
156
+ }
157
+
158
+ .interactive-element::after {
159
+ bottom: -100%;
160
+ right: 0;
161
+ animation-direction: alternate-reverse;
162
+ }
163
+
164
+ @keyframes shimmer {
165
+ 0% {
166
+ transform: translateY(0);
167
+ }
168
+ 100% {
169
+ transform: translateY(100%);
170
+ }
171
+ }
172
+
173
+ .interactive-message {
174
+ position: absolute;
175
+ top: 50%;
176
+ left: 50%;
177
+ transform: translate(-50%, -50%);
178
+ color: #e0e0e0;
179
+ font-size: 24px;
180
+ font-weight: 600;
181
+ text-align: center;
182
+ opacity: 0;
183
+ transition: opacity 0.5s ease-in-out;
184
+ }
185
+
186
+ .interactive-element:hover .interactive-message {
187
+ opacity: 1;
188
+ }
189
+
190
+ .form-container {
191
+ margin-top: 40px;
192
+ padding: 20px;
193
+ border-radius: 10px;
194
+ background: rgba(255, 255, 255, 0.05);
195
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
196
+ animation: fadeIn 1s ease-in-out;
197
+ position: relative;
198
+ overflow: hidden;
199
+ }
200
+
201
+ .form-container::before {
202
+ content: '';
203
+ position: absolute;
204
+ top: -50%;
205
+ left: -50%;
206
+ width: 200%;
207
+ height: 200%;
208
+ background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
209
+ animation: rotate 10s infinite linear;
210
+ }
211
+
212
+ @keyframes rotate {
213
+ 0% {
214
+ transform: rotate(0deg);
215
+ }
216
+ 100% {
217
+ transform: rotate(360deg);
218
+ }
219
+ }
220
+
221
+ .form-title {
222
+ font-size: 28px;
223
+ font-weight: 700;
224
+ margin-bottom: 20px;
225
+ text-align: center;
226
+ color: #e0e0e0;
227
+ text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
228
+ }
229
+
230
+ .form-field {
231
+ margin-bottom: 20px;
232
+ }
233
+
234
+ .form-label {
235
+ display: block;
236
+ font-size: 16px;
237
+ margin-bottom: 5px;
238
+ color: #b0b0b0;
239
+ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
240
+ }
241
+
242
+ .form-input {
243
+ width: 100%;
244
+ padding: 10px;
245
+ border-radius: 5px;
246
+ border: 1px solid #333;
247
+ background: #1e1e1e;
248
+ color: #e0e0e0;
249
+ font-size: 16px;
250
+ transition: border-color 0.3s ease, box-shadow 0.3s ease;
251
+ }
252
+
253
+ .form-input:focus {
254
+ outline: none;
255
+ border-color: #007bff;
256
+ box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
257
+ }
258
+
259
+ .form-button {
260
+ display: block;
261
+ width: 100%;
262
+ padding: 10px;
263
+ border-radius: 5px;
264
+ background: #007bff;
265
+ color: #e0e0e0;
266
+ font-size: 18px;
267
+ font-weight: 600;
268
+ text-align: center;
269
+ cursor: pointer;
270
+ transition: background 0.3s ease, transform 0.3s ease;
271
+ }
272
+
273
+ .form-button:hover {
274
+ background: #0056b3;
275
+ transform: translateY(-2px);
276
+ }
277
+
278
+ .widget-container {
279
+ background: rgba(255, 255, 255, 0.05);
280
+ border-radius: 10px;
281
+ padding: 20px;
282
+ margin-top: 40px;
283
+ animation: fadeIn 1s ease-in-out;
284
+ position: relative;
285
+ overflow: hidden;
286
+ }
287
+
288
+ .widget-container::before {
289
+ content: '';
290
+ position: absolute;
291
+ top: -50%;
292
+ left: -50%;
293
+ width: 200%;
294
+ height: 200%;
295
+ background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
296
+ animation: rotate 10s infinite linear;
297
+ }
298
+
299
+ .widget-header {
300
+ text-align: center;
301
+ font-size: 24px;
302
+ font-weight: 700;
303
+ color: #e0e0e0;
304
+ margin-bottom: 20px;
305
+ text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
306
+ }
307
+
308
+ .widget-content {
309
+ display: flex;
310
+ flex-direction: column;
311
+ align-items: center;
312
+ justify-content: center;
313
+ text-align: center;
314
+ color: #b0b0b0;
315
+ }
316
+
317
+ .widget-content p {
318
+ margin: 10px 0;
319
+ }
320
+
321
+ .trendy-feature {
322
+ background-color: #ffffff;
323
+ padding: 40px;
324
+ border-radius: 20px;
325
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
326
+ cursor: pointer;
327
+ transition: transform 0.3s ease;
328
+ margin: 20px auto;
329
+ max-width: 600px;
330
+ }
331
+
332
+ .trendy-feature:hover {
333
+ transform: translateY(-5px);
334
+ }
335
+
336
+ .trendy-feature h1 {
337
+ font-size: 36px;
338
+ margin-bottom: 20px;
339
+ color: #333;
340
+ }
341
+
342
+ /* Global Styles */
343
+ body {
344
+ font-family: Arial, sans-serif;
345
+ color: #333;
346
+ background-color: #f4f4f4;
347
+ margin: 0;
348
+ padding: 0;
349
+ }
350
+
351
+ .container {
352
+ max-width: 1200px;
353
+ margin: 0 auto;
354
+ padding: 20px;
355
+ }
356
+
357
+ .section-title {
358
+ font-size: 2rem;
359
+ margin-bottom: 20px;
360
+ color: #333;
361
+ text-align: center;
362
+ }
363
+
364
+ .section {
365
+ background-color: #fff;
366
+ border-radius: 8px;
367
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
368
+ margin-bottom: 40px;
369
+ padding: 20px;
370
+ }
371
+
372
+ .section-header {
373
+ border-bottom: 2px solid #eee;
374
+ margin-bottom: 20px;
375
+ padding-bottom: 10px;
376
  }
377
 
378
+ .section-content {
379
+ display: flex;
380
+ flex-direction: column;
381
+ gap: 20px;
382
+ }
383
+
384
+ .detail {
385
+ display: flex;
386
+ align-items: flex-start;
387
+ gap: 10px;
388
+ }
389
+
390
+ .detail-icon {
391
+ font-size: 2rem;
392
+ color: #555;
393
+ }
394
+
395
+ .detail-text {
396
+ font-size: 1rem;
397
+ line-height: 1.5;
398
+ color: #555;
399
+ }
400
+
401
+ .section-description {
402
+ margin-bottom: 20px;
403
+ }
404
+
405
+ .detail-icon {
406
+ font-size: 1.5rem;
407
+ }
408
+
409
+ @media (max-width: 768px) {
410
+ .section-content {
411
+ flex-direction: column;
412
+ }
413
+ }
414
+ /* Container */
415
+ .container {
416
+ max-width: 1200px;
417
+ margin: 0 auto;
418
+ padding: 20px;
419
+ font-family: 'Arial', sans-serif;
420
+ background-color: #f9f9f9;
421
+ border-radius: 12px;
422
+ box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
423
+ transition: all 0.3s ease-in-out;
424
+ }
425
+
426
+ .container:hover {
427
+ box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
428
+ }
429
+
430
+ /* Titles */
431
+ h1.section-title {
432
+ font-size: 32px;
433
+ font-weight: 700;
434
+ color: #333;
435
+ margin-bottom: 30px;
436
+ text-align: center;
437
+ }
438
+
439
+ h2.section-title {
440
+ font-size: 26px;
441
+ font-weight: 600;
442
+ color: #222;
443
+ margin-bottom: 20px;
444
+ position: relative;
445
+ padding-bottom: 10px;
446
+ }
447
+
448
+ h2.section-title::after {
449
+ content: '';
450
+ position: absolute;
451
+ bottom: 0;
452
+ left: 50%;
453
+ transform: translateX(-50%);
454
+ width: 60px;
455
+ height: 3px;
456
+ background-color: #ff5733;
457
+ }
458
+
459
+ /* Section */
460
+ .section {
461
+ margin-bottom: 40px;
462
+ padding: 20px;
463
+ background-color: #fff;
464
+ border-radius: 10px;
465
+ box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
466
+ transition: transform 0.2s ease-in-out;
467
+ }
468
+
469
+ .section:hover {
470
+ transform: translateY(-5px);
471
+ }
472
+
473
+ /* Section Headers */
474
+ .section-header {
475
+ margin-bottom: 15px;
476
+ }
477
+
478
+ /* Detail */
479
+ .detail {
480
+ display: flex;
481
+ align-items: flex-start;
482
+ margin-bottom: 15px;
483
+ }
484
+
485
+ .detail:last-child {
486
+ margin-bottom: 0;
487
+ }
488
+
489
+ .detail-icon {
490
+ font-size: 24px;
491
+ margin-right: 15px;
492
+ color: #ff5733;
493
+ }
494
+
495
+ .detail-text {
496
+ font-size: 18px;
497
+ font-weight: 400;
498
+ color: #444;
499
+ line-height: 1.6;
500
+ max-width: 1000px;
501
+ }
502
+
503
+ .detail-text:hover {
504
+ color: #ff5733;
505
+ }
506
+
507
+ /* Section Content */
508
+ .section-content {
509
+ display: flex;
510
+ flex-direction: column;
511
+ }
512
+
513
+ /* Responsive Design */
514
+ @media (max-width: 768px) {
515
+ .section-content {
516
+ padding: 10px;
517
+ }
518
+
519
+ h1.section-title {
520
+ font-size: 28px;
521
+ }
522
+
523
+ h2.section-title {
524
+ font-size: 22px;
525
+ }
526
+
527
+ .detail-text {
528
+ font-size: 16px;
529
+ }
530
+ }
531
+
532
+ /* Hover Effects */
533
+ .section:hover .detail-icon {
534
+ color: #ff5733;
535
+ transform: rotate(360deg);
536
+ transition: all 0.4s ease;
537
+ }
538
+
539
+ /* Premium Text Styles */
540
+ .detail-text {
541
+ font-size: 18px;
542
+ font-weight: 400;
543
+ color: #333;
544
+ transition: color 0.3s ease;
545
+ }
546
+
547
+ .detail-text:hover {
548
+ color: #ff5733;
549
+ }
550
+
551
+ h1, h2 {
552
+ color: #222;
553
+ }
554
+
555
+ h1:hover, h2:hover {
556
+ color: #ff5733;
557
+ cursor: pointer;
558
+ }
559
+
560
+ /* Additional Spacing and Padding */
561
+ .container {
562
+ padding: 40px;
563
+ }
564
+
565
+ .section {
566
+ padding: 30px;
567
+ }
568
+
569
+ /* Borders and Layers */
570
+ .container {
571
+ border: 2px solid #ddd;
572
+ }
573
+
574
+ .section {
575
+ border: 1px solid #ccc;
576
+ }
577
+
578
+ /* Interactive Elements */
579
+ .section:hover {
580
+ background-color: #f4f4f4;
581
+ cursor: pointer;
582
+ }
583
+
584
+ /* Clear Button Hover Effects */
585
+ button {
586
+ background-color: #ff5733;
587
+ color: white;
588
+ padding: 10px 20px;
589
+ border: none;
590
+ border-radius: 5px;
591
+ font-size: 18px;
592
+ cursor: pointer;
593
+ transition: background-color 0.3s ease, transform 0.2s ease-in-out;
594
+ }
595
+
596
+ button:hover {
597
+ background-color: #e04d2e;
598
+ transform: translateY(-3px);
599
+ }
600
+
601
+ button:focus {
602
+ outline: none;
603
+ }
604
+
605
+ body {
606
+ font-family: Arial, sans-serif;
607
+ line-height: 1.6;
608
+ margin: 0;
609
+ padding: 20px;
610
+ background-color: #f4f4f4;
611
+ }
612
  .model-description {
613
+ background: #fff;
614
+ border-radius: 8px;
615
+ padding: 20px;
616
+ box-shadow: 0 0 10px rgba(0,0,0,0.1);
617
+ max-width: 800px;
618
+ margin: auto;
619
+ }
620
+ .model-description h2 {
621
+ margin-top: 0;
622
+ color: #333;
623
+ }
624
+ .model-description p {
625
+ margin: 0 0 10px;
626
+ color: #666;
627
+ }
628
+ body {
629
+ font-family: 'Arial', sans-serif;
630
+ line-height: 1.6;
631
+ margin: 0;
632
+ padding: 20px;
633
+ background-color: #f4f4f4;
634
+ }
635
+
636
+ .model-description {
637
+ background: #ffffff;
638
+ border-radius: 8px;
639
+ padding: 20px;
640
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
641
+ max-width: 800px;
642
+ margin: 20px auto;
643
  }
644
 
645
  .code-container {
646
+ background: #1e1e1e;
647
+ color: #dcdcdc;
648
+ border-radius: 8px;
649
+ padding: 20px;
650
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
651
+ max-width: 800px;
652
+ margin: 20px auto;
653
+ overflow-x: auto;
654
+ font-family: 'Courier New', Courier, monospace;
655
+ font-size: 16px;
656
+ line-height: 1.4;
657
  }
658
 
659
  code {
660
+ display: block;
661
+ white-space: pre-wrap;
662
+ word-break: break-word;
663
  }
664
 
665
  code::before {
666
+ content: " ";
667
+ display: block;
668
+ margin: 0 -20px;
669
+ padding: 10px;
670
+ background: #282c34;
671
+ border-radius: 8px 8px 0 0;
672
  }
673
 
674
  code::after {
675
+ content: " ";
676
+ display: block;
677
+ margin: 10px -20px;
678
+ padding: 10px;
679
+ background: #282c34;
680
+ border-radius: 0 0 8px 8px;
681
  }
682
  body {
683
+ font-family: 'Arial', sans-serif;
684
+ line-height: 1.6;
685
+ margin: 0;
686
+ padding: 20px;
687
+ background-color: #f4f4f4;
688
  }
689
 
690
  .code-container {
691
+ background: #1e1e1e;
692
+ color: #dcdcdc;
693
+ border-radius: 8px;
694
+ padding: 20px;
695
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
696
+ max-width: 800px;
697
+ margin: 20px auto;
698
+ overflow-x: auto;
699
+ font-family: 'Courier New', Courier, monospace;
700
+ font-size: 16px;
701
+ line-height: 1.4;
702
  }
703
 
704
  pre {
705
+ margin: 0;
706
  }
707
 
708
  code {
709
+ display: block;
710
+ white-space: pre-wrap;
711
+ word-break: break-word;
712
  }
713
  </style>
714
  <body>