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