Skip to content

Commit d2114a9

Browse files
authored
Fix background image url
1 parent 4b25686 commit d2114a9

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=50);
21+
background: #018DED url(http://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)