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 17
17
< style class ="editable ">
18
18
.box {
19
19
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" ));
22
22
background-image : image-set (
23
23
url ("large-balloons.avif" ) type ("image/avif" ),
24
24
url ("large-balloons.jpg" ) type ("image/jpeg" ));
34
34
< textarea class ="playable playable-css " style ="height: 155px; ">
35
35
.box {
36
36
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"));
39
39
background-image: image-set(
40
40
url("large-balloons.avif") type("image/avif"),
41
41
url("large-balloons.jpg") type("image/jpeg"));
You can’t perform that action at this time.
0 commit comments