Skip to content

Commit d366e4e

Browse files
authored
Update the url of background image to https
1 parent 34198ef commit d366e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02 - JS and CSS Clock/index-FINISHED.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<style>
2020
html {
21-
background: #018DED url(http://unsplash.it/1500/1000?image=881&blur=5);
21+
background: #018DED url(https://unsplash.it/1500/1000?image=881&blur=5);
2222
background-size: cover;
2323
font-family: 'helvetica neue';
2424
text-align: center;

0 commit comments

Comments
 (0)