Skip to content

Commit 4b25686

Browse files
authored
Merge pull request wesbos#293 from projectLewis/day2backgroundimg
Fix background image url
2 parents 63775de + e26a195 commit 4b25686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02 - JS and CSS Clock/index-START.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)