File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
}
15
15
@supports (row-gap : 10px ) {
16
16
.box {
17
- border : 4px solid red ;
17
+ border : 4px dashed darkgreen ;
18
18
color : red;
19
19
}
20
20
}
24
24
< body >
25
25
< section class ="preview ">
26
26
< div class ="box ">
27
- If your browser supports row-gap, the text and border will be red.
27
+ If your browser supports row-gap, border will be be
28
+ dashed and text will be darkgreen
28
29
</ div >
29
30
</ section >
30
31
35
36
}
36
37
@supports (row-gap: 10px) {
37
38
.box {
38
- border: 4px solid red ;
39
+ border: 4px dashed darkgreen ;
39
40
color: red;
40
41
}
41
42
}</ textarea
42
43
>
43
44
44
45
< textarea class ="playable playable-html " style ="height: 120px ">
45
46
< div class ="box ">
46
- If your browser supports row-gap, the text and border will be red.
47
+ If your browser supports row-gap, border will be be dashed and text will be darkgreen
47
48
</ div > </ textarea
48
49
>
49
50
You can’t perform that action at this time.
0 commit comments