From 36907fcb621b1fbc2b1b0a266fde9eea78f06205 Mon Sep 17 00:00:00 2001 From: Julie Date: Tue, 17 Dec 2024 10:43:25 +0200 Subject: [PATCH] Created image used srcset --- 06-lection4/03-srcset/index.html | 33 ++++++++++++++++++++++++-------- 06-lection4/03-srcset/srcset.css | 5 +++++ 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/06-lection4/03-srcset/index.html b/06-lection4/03-srcset/index.html index 6d5ab43..6ac9fa3 100644 --- a/06-lection4/03-srcset/index.html +++ b/06-lection4/03-srcset/index.html @@ -1,10 +1,27 @@ - - - - - - - - + + + + + + + + Srcset + + + +
+ forest image +
+ + + \ No newline at end of file diff --git a/06-lection4/03-srcset/srcset.css b/06-lection4/03-srcset/srcset.css index e69de29..aa12b40 100644 --- a/06-lection4/03-srcset/srcset.css +++ b/06-lection4/03-srcset/srcset.css @@ -0,0 +1,5 @@ +.image__wrapper { + width: 300px; + height: 300px; + overflow: hidden; +} \ No newline at end of file