File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1414 }
1515 @supports (row-gap : 10px ) {
1616 .box {
17- border : 4px solid red ;
17+ border : 4px dashed darkgreen ;
1818 color : red;
1919 }
2020 }
2424 < body >
2525 < section class ="preview ">
2626 < 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
2829 </ div >
2930 </ section >
3031
3536}
3637@supports (row-gap: 10px) {
3738 .box {
38- border: 4px solid red ;
39+ border: 4px dashed darkgreen ;
3940 color: red;
4041 }
4142}</ textarea
4243 >
4344
4445 < textarea class ="playable playable-html " style ="height: 120px ">
4546< 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
4748</ div > </ textarea
4849 >
4950
You can’t perform that action at this time.
0 commit comments