Skip to content

Commit 4aee32a

Browse files
Update index.html
1 parent 767f7cc commit 4aee32a

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

CSS Background/index.html

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -237,25 +237,15 @@ <h3>Values of Background-Position Property:</h3>
237237

238238
<div class="right-bottom"> <h3 class="BP-h3"> background-position: right bottom </h3> </div>
239239

240-
<div class="center-top">
241-
<h3 class="BP-h3"> background-position: center top;</h3>
242-
</div>
240+
<div class="center-top"> <h3 class="BP-h3"> background-position: center top;</h3> </div>
243241

244-
<div class="center-center">
245-
<h3 class="BP-h3"> background-position: center center;</h3>
246-
</div>
242+
<div class="center-center"> <h3 class="BP-h3"> background-position: center center;</h3> </div>
247243

248-
<div class="center-bottom">
249-
<h3 class="BP-h3"> background-position: center bottom;</h3>
250-
</div>
244+
<div class="center-bottom"> <h3 class="BP-h3"> background-position: center bottom;</h3> </div>
251245

252-
<div class="length-value">
253-
<h3 class="BP-h3"> background-position: 10px 20px;</h3>
254-
</div>
246+
<div class="length-value"> <h3 class="BP-h3"> background-position: 10px 20px;</h3> </div>
255247

256-
<div class="percentage">
257-
<h3 class="BP-h3"> background-position: 50% 30%;</h3>
258-
</div>
248+
<div class="percentage"> <h3 class="BP-h3"> background-position: 50% 30%;</h3> </div>
259249

260250
</div>
261251

0 commit comments

Comments
 (0)