Skip to content

Commit 2275030

Browse files
authored
Merge pull request wesbos#712 from yoanastamenova/fix/03-img-src-load
fix: project 3 image source loading
2 parents 5050afa + 40e9d12 commit 2275030

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

03 - CSS Variables/index-FINISHED.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
1919
<input id="base" type="color" name="base" value="#ffc600">
2020
</div>
2121

22-
<img src="https://source.unsplash.com/7bwQXzbF6KE/800x500">
22+
<img src="https://unsplash.it/800/500?image">
2323

2424
<style>
2525
:root {

03 - CSS Variables/index-START.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
1919
<input id="base" type="color" name="base" value="#ffc600">
2020
</div>
2121

22-
<img src="https://source.unsplash.com/7bwQXzbF6KE/800x500">
22+
<img src="https://unsplash.it/800/500?image">
2323

2424
<style>
2525

0 commit comments

Comments
 (0)