File size: 15,944 Bytes
1f8f99f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
I will provide you :-
1. HTML code,
2. "Computed" Styles (obtained from "Computed" tab) of all the elements inside this HTML.

Based on these two information, can you generate "CSS" code for the given HTML so that it styles the HTML according to the provided "Computed" styles.

1. HTML code:-

```<div class="cards">
    <div>
      <div>
        <picture>
          <source type="image/webp" srcset="a827d3.jpg">
          <source type="image/webp" srcset="a827d3.jpg">
          <source type="image/jpeg" srcset="a827d3.jpg">
          <img loading="lazy" src="a827d3.jpg">
        </picture>
      </div>
      <div>
        <h2>Uplift Exercise Physiology</h2>
        <p>"""[SimpleSet is] really good! Super quick to setup... Great variety of exercises... You can create and send a high quality, easily digestible program to a patient within minutes, making it a win-win-win for the patient, clinician and business owner."""</p>
        <a href="/cs/uplift" class="">Read More...</a>
      </div>
    </div>
    <div>
      <div>
        <picture>
          <source type="image/webp" srcset="dbf731.jpg">
          <source type="image/webp" srcset="dbf731.jpg">
          <source type="image/jpeg" srcset="dbf731.jpg">
          <img loading="lazy" src="dbf731.jpg">
        </picture>
      </div>
      <div>
        <h2>PHIT Well</h2>
        <p>"""There is an unbeatable value for the cost of [SimpleSet].  We found the intuitive functionality [of SimpleSet] perfect for our high paced clinic, where our clinicians were able to pick up and use the programming without extensive training."""</p>
        <a href="/cs/phitwell" class="">Read More...</a>
      </div>
    </div>
    <div>
      <div>
        <picture>
          <source type="image/webp" srcset="cb978c.jpg">
          <source type="image/webp" srcset="cb978c.jpg">
          <source type="image/jpeg" srcset="cb978c.jpg">
          <img src="cb978c.jpg">
        </picture>
      </div>
      <div>
        <h2>Sports Physio YYC</h2>
        <p>""My motto is teach a person to fish β€” I breed a culture of being able to maintain and help yourself through a sustainable recovery, and SimpleSet has been a huge player in this.""</p>
        <a href="/cs/ericaholmes" class="">Read More...</a>
      </div>
    </div>
  </div>```

2. "Computed" Styles (obtained from "Computed" tab) of all the elements inside this HTML:-

Lets name link with href = "https://simpleset.net/cs/ericaholmes" as link1. The computed styles of link1 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(255, 255, 255)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 700
	height: 59px
	line-height: normal
	margin-bottom: 0px
	margin-left: 47.7031px
	margin-right: 47.7031px
	margin-top: 32px
	padding-bottom: 20px
	padding-left: 20px
	padding-right: 20px
	padding-top: 20px
	text-align: center
	width: 540.594px""

Lets name text with Text Content = ""My motto is teach a person to fish β€” I breed a culture of being able to maintain and help yourself through a sustainable recovery, and SimpleSet has been a huge player in this."" as text1. The computed styles of text1 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 52px
	line-height: 26px
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 636px""

Lets name text with Text Content = "Sports Physio YYC" as text2. The computed styles of text2 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 28px
	font-weight: 700
	height: 41px
	line-height: 41px
	margin-bottom: 32px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: center
	width: 636px""

link1,text1,text2 is nested inside a container. Lets name this container as container1. The computed styles of container1 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 316px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 50px
	padding-left: 26px
	padding-right: 26px
	padding-top: 50px
	text-align: start
	width: 688px""

Lets name image with src = "cb978c.jpg" as image1. The computed styles of image1 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 454.078px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 688px""

image1 is nested inside a container. Lets name this container as container2. The computed styles of container2 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 454.078px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 454.078px
	text-align: start
	width: 688px""

container1,container2 is nested inside a container. Lets name this container as container3. The computed styles of container3 are:-
""	background-color: rgb(238, 238, 238)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 770.078px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 688px""

Lets name link with href = "https://simpleset.net/cs/phitwell" as link2. The computed styles of link2 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(255, 255, 255)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 700
	height: 59px
	line-height: normal
	margin-bottom: 0px
	margin-left: 47.7031px
	margin-right: 47.7031px
	margin-top: 32px
	padding-bottom: 20px
	padding-left: 20px
	padding-right: 20px
	padding-top: 20px
	text-align: center
	width: 540.594px""

Lets name text with Text Content = ""There is an unbeatable value for the cost of [SimpleSet].  We found the intuitive functionality [of SimpleSet] perfect for our high paced clinic, where our clinicians were able to pick up and use the programming without extensive training."" as text3. The computed styles of text3 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 78px
	line-height: 26px
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 636px""

Lets name text with Text Content = "PHIT Well" as text4. The computed styles of text4 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 28px
	font-weight: 700
	height: 41px
	line-height: 41px
	margin-bottom: 32px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: center
	width: 636px""

link2,text3,text4 is nested inside a container. Lets name this container as container4. The computed styles of container4 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 342px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 50px
	padding-left: 26px
	padding-right: 26px
	padding-top: 50px
	text-align: start
	width: 688px""

Lets name image with src = "dbf731.jpg" as image2. The computed styles of image2 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 454.078px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 688px""

image2 is nested inside a container. Lets name this container as container5. The computed styles of container5 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 454.078px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 454.078px
	text-align: start
	width: 688px""

container4,container5 is nested inside a container. Lets name this container as container6. The computed styles of container6 are:-
""	background-color: rgb(238, 238, 238)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 796.078px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 688px""

Lets name link with href = "https://simpleset.net/cs/uplift" as link3. The computed styles of link3 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(255, 255, 255)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 700
	height: 59px
	line-height: normal
	margin-bottom: 0px
	margin-left: 47.7031px
	margin-right: 47.7031px
	margin-top: 32px
	padding-bottom: 20px
	padding-left: 20px
	padding-right: 20px
	padding-top: 20px
	text-align: center
	width: 540.594px""

Lets name text with Text Content = ""[SimpleSet is] really good! Super quick to setup... Great variety of exercises... You can create and send a high quality, easily digestible program to a patient within minutes, making it a win-win-win for the patient, clinician and business owner."" as text5. The computed styles of text5 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 78px
	line-height: 26px
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 636px""

Lets name text with Text Content = "Uplift Exercise Physiology" as text6. The computed styles of text6 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 28px
	font-weight: 700
	height: 41px
	line-height: 41px
	margin-bottom: 32px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: center
	width: 636px""

link3,text5,text6 is nested inside a container. Lets name this container as container7. The computed styles of container7 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 342px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 50px
	padding-left: 26px
	padding-right: 26px
	padding-top: 50px
	text-align: start
	width: 688px""

Lets name image with src = "a827d3.jpg" as image3. The computed styles of image3 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 454.078px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 688px""

image3 is nested inside a container. Lets name this container as container8. The computed styles of container8 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 454.078px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 454.078px
	text-align: start
	width: 688px""

container7,container8 is nested inside a container. Lets name this container as container9. The computed styles of container9 are:-
""	background-color: rgb(238, 238, 238)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: block
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 796.078px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 688px""

container3,container6,container9 is nested inside a container. Lets name this container as container10. The computed styles of container10 are:-
""	background-color: rgba(0, 0, 0, 0)
	box-sizing: border-box
	clear: none
	color: rgb(17, 17, 17)
	display: grid
	flex-direction: row
	float: none
	font-family: Lato, "Trebuchet MS", sans-serif
	font-size: 16px
	font-weight: 400
	height: 2364.23px
	line-height: normal
	margin-bottom: 0px
	margin-left: 0px
	margin-right: 0px
	margin-top: 0px
	padding-bottom: 0px
	padding-left: 0px
	padding-right: 0px
	padding-top: 0px
	text-align: start
	width: 688px""



Generate "CSS" code for the given HTML block so that it styles the HTML block according to the provided "Computed" styles. Don't included the styles inline, instead generate a separate file for it (external css). Only generate the "CSS" code and no explanation.

The generated CSS code must be around 1000 tokens atleast