Skip to content

Commit 50f2492

Browse files
authored
Added quotes around background URL
The background image did not show without the quotes around the URL.
1 parent 97f59c2 commit 50f2492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01 - JavaScript Drum Kit/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
html {
22
font-size: 10px;
3-
background: url(https://i.imgur.com/b9r5sEL.jpg) bottom center;
3+
background: url('https://i.imgur.com/b9r5sEL.jpg') bottom center;
44
background-size: cover;
55
}
66

0 commit comments

Comments
 (0)