Skip to content

Commit a899d3f

Browse files
Refactor background-repeat div structure
1 parent 8139601 commit a899d3f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CSS Background/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ <h3>Value of CSS Background-repeat Property:</h3>
153153

154154
<div class="main1">
155155

156-
<div class="repeat">
157-
<h3 class="BR-h3">Background-repeat: repeat;</h3>
158-
</div>
156+
<div class="repeat"> <h3 class="BR-h3">Background-repeat: repeat;</h3> </div>
159157

160158
<div class="repeat-x">
161159
<h3 class="BR-h3">Background-repeat: repeat-x;</h3>

0 commit comments

Comments
 (0)