File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
< div class ="box px "> I am 200px wide</ div >
62
62
< div class ="box percent "> I am 40% wide</ div >
63
63
< div class ="wrapper ">
64
- < div class ="box px "> I am 200px wide</ div >
65
- < div class ="box percent "> I am 40% wide</ div >
64
+ < div class ="box px "> I am 200px wide</ div >
65
+ < div class ="box percent "> I am 40% wide</ div >
66
66
</ div >
67
67
</ textarea >
68
68
Original file line number Diff line number Diff line change 22
22
width : 400px ;
23
23
background-image : url (star.png);
24
24
background-repeat : no-repeat;
25
- background-position : 40 px right;
25
+ background-position : right 40 px ;
26
26
}
27
27
</ style >
28
28
</ head >
38
38
width: 400px;
39
39
background-image: url(star.png);
40
40
background-repeat: no-repeat;
41
- background-position: 40px right;
41
+ background-position: right 40px ;
42
42
}
43
43
</ textarea >
44
44
You can’t perform that action at this time.
0 commit comments