Skip to content

Commit 4498812

Browse files
authored
Updating the url of background image to https
In order to avoid mixed content(https://www.cloudflare.com/learning/ssl/what-is-mixed-content/) error, we can update the URL from HTTP to HTTPS.
1 parent 87f82b1 commit 4498812

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(http://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)