box-shadow-spread.yaml (1625B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 1000, 1000] 6 items: 7 - type: box-shadow 8 bounds: [ 20, 20, 80, 80 ] 9 color: blue 10 clip-mode: inset 11 spread-radius: 10 12 border-radius: 20 13 14 - type: box-shadow 15 bounds: [ 120, 20, 80, 80 ] 16 color: blue 17 clip-mode: inset 18 spread-radius: 10 19 border-radius: 25 20 21 - type: box-shadow 22 bounds: [ 220, 20, 80, 80 ] 23 color: blue 24 clip-mode: inset 25 spread-radius: 10 26 border-radius: 10 27 28 - type: box-shadow 29 bounds: [ 320, 20, 80, 80 ] 30 color: blue 31 clip-mode: inset 32 spread-radius: 10 33 border-radius: 9 34 35 - type: box-shadow 36 bounds: [ 420, 20, 80, 80 ] 37 color: blue 38 clip-mode: inset 39 spread-radius: 10 40 border-radius: 8 41 42 - type: box-shadow 43 bounds: [ 520, 20, 80, 80 ] 44 color: blue 45 clip-mode: inset 46 spread-radius: 10 47 border-radius: 7 48 49 - type: box-shadow 50 bounds: [ 620, 20, 80, 80 ] 51 color: blue 52 clip-mode: inset 53 spread-radius: 10 54 border-radius: 6 55 56 - type: box-shadow 57 bounds: [ 720, 20, 80, 80 ] 58 color: blue 59 clip-mode: inset 60 spread-radius: 10 61 border-radius: 5 62 63 - type: box-shadow 64 bounds: [ 820, 20, 80, 80 ] 65 color: blue 66 clip-mode: inset 67 spread-radius: 10 68 border-radius: 4