Skip to content

Commit 34f194a

Browse files
committed
fix: bg img url
1 parent 64dac76 commit 34f194a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

021-drag n drop/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121
}
2222

2323
.fill {
24-
background-image: url("https://source.unsplash.com/random/150x150");
24+
background-image: url("https://picsum.photos/150/150");
2525
height: 145px;
2626
width: 145px;
2727
cursor: pointer;

0 commit comments

Comments
 (0)