Skip to content

Commit 136952d

Browse files
committed
couple of fixes
1 parent 0a50ffe commit 136952d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

learn/values-units/percentage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
<div class="box px">I am 200px wide</div>
6262
<div class="box percent">I am 40% wide</div>
6363
<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>
6666
</div>
6767
</textarea>
6868

learn/values-units/position.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
width: 400px;
2323
background-image: url(star.png);
2424
background-repeat: no-repeat;
25-
background-position: 40px right;
25+
background-position: right 40px;
2626
}
2727
</style>
2828
</head>
@@ -38,7 +38,7 @@
3838
width: 400px;
3939
background-image: url(star.png);
4040
background-repeat: no-repeat;
41-
background-position: 40px right;
41+
background-position: right 40px;
4242
}
4343
</textarea>
4444

0 commit comments

Comments
 (0)