File tree Expand file tree Collapse file tree
editable-samples/border-top-color Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 </ div >
1010
1111 < div id ="buttons ">
12- < input id ="edit " type ="button " value ="Edit CSS " />
13- < input id ="reset " type ="button " value ="Reset " />
12+ < input id ="edit " type ="button " value ="Edit CSS " />
13+ < input id ="reset " type ="button " value ="Reset " />
1414 </ div >
15- < textarea id ="code " class =" playable-code " rows ="2 "> border-top-color: red;</ textarea >
15+ < textarea id ="code " rows ="2 "> border-top-color: red;</ textarea >
1616
1717< style >
1818
2222}
2323
2424textarea {
25- width : 90% ;
26- height : auto;
25+ width : 100% ;
2726 background-color : white;
2827 padding : 1em 1em 0 1em ;
2928 box-sizing : border-box;
3433}
3534
3635# container {
36+ width : 100% ;
3737 background-color : white;
3838 padding : 1em ;
39- width : 90% ;
4039 box-sizing : border-box;
4140}
41+
4242# box {
4343 border : solid 0.3em gold;
4444}
You can’t perform that action at this time.
0 commit comments