File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1616
1717 < style class ="editable ">
1818 .box {
19+ background-image : -webkit-image-set (
20+ url ("large-balloons.avif" ) type ("image/avif" ),
21+ url ("large-balloons.jpg" ) type ("image/jpeg" ));
1922 background-image : image-set (
2023 url ("large-balloons.avif" ) type ("image/avif" ),
2124 url ("large-balloons.jpg" ) type ("image/jpeg" ));
2831 < div class ="box "> </ div >
2932 </ section >
3033
31- < textarea class ="playable playable-css " style ="height: 150px ; ">
34+ < textarea class ="playable playable-css " style ="height: 155px ; ">
3235.box {
36+ background-image: -webkit-image-set(
37+ url("large-balloons.avif") type("image/avif"),
38+ url("large-balloons.jpg") type("image/jpeg"));
3339 background-image: image-set(
3440 url("large-balloons.avif") type("image/avif"),
3541 url("large-balloons.jpg") type("image/jpeg"));
4652</ body >
4753< script src ="playable.js "> </ script >
4854
49- </ html >
55+ </ html >
You can’t perform that action at this time.
0 commit comments