File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 < style class ="editable ">
1818 .box {
1919 background-image : -webkit-image-set (
20- url ("large-balloons.avif" ) type ( "image/avif" ) ,
21- url ("large-balloons.jpg" ) type ( "image/jpeg" ) );
20+ url ("large-balloons.avif" ),
21+ url ("large-balloons.jpg" ));
2222 background-image : image-set (
2323 url ("large-balloons.avif" ) type ("image/avif" ),
2424 url ("large-balloons.jpg" ) type ("image/jpeg" ));
3434 < textarea class ="playable playable-css " style ="height: 155px; ">
3535.box {
3636 background-image: -webkit-image-set(
37- url("large-balloons.avif") type("image/avif") ,
38- url("large-balloons.jpg") type("image/jpeg") );
37+ url("large-balloons.avif"),
38+ url("large-balloons.jpg"));
3939 background-image: image-set(
4040 url("large-balloons.avif") type("image/avif"),
4141 url("large-balloons.jpg") type("image/jpeg"));
You can’t perform that action at this time.
0 commit comments