Skip to content

Commit 270d8a3

Browse files
authored
Update solution.hide.css
1 parent 403b2ff commit 270d8a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

exercises/04.1-Combined-Rules/solution.hide.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
height: 50px;
44
padding: 10px 190px 50px 30px;
55

6-
background: rgb(189, 189, 189) url(https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/3a2d1dd03f58167a5a4894155af2d3aa4d41d647/.learn/assets/baby.jpg?raw=true) no-repeat 100px;
7-
background-size: contain;
8-
}
6+
background: rgb(189, 189, 189)
7+
url(https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/3a2d1dd03f58167a5a4894155af2d3aa4d41d647/.learn/assets/baby.jpg?raw=true)
8+
no-repeat 100px / contain;
9+
}

0 commit comments

Comments
 (0)