221V 4 months ago
parent
commit
6ea79d8741
2 changed files with 1 additions and 1 deletions
  1. 1 1
      006_3_shapes_gradient_border/index.html
  2. BIN
      006_3_shapes_gradient_border/photo.jpg

+ 1 - 1
006_3_shapes_gradient_border/index.html

@@ -13,7 +13,7 @@ body {
   min-height: 100vh;
   margin: 0;
   background-image: linear-gradient(#111, #050505);
-  --img-url: url(https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=350&h=350&fit=crop&crop=faces);
+  --img-url: url(photo.jpg);
 }
 
 .headshot {

BIN
006_3_shapes_gradient_border/photo.jpg