From e76e8e6a22f3f086af61a07d1fd2e882c8be2716 Mon Sep 17 00:00:00 2001 From: Javier Barrios Date: Mon, 26 Jun 2023 13:56:05 -0400 Subject: [PATCH] modified: clase12.html new file: icons/menu-svgrepo-com.svg new file: icons/shopping-cart-svgrepo-com.svg --- clase12.html | 18 ++---------------- icons/menu-svgrepo-com.svg | 23 +++++++++++++++++++++++ icons/shopping-cart-svgrepo-com.svg | 4 ++++ 3 files changed, 29 insertions(+), 16 deletions(-) create mode 100644 icons/menu-svgrepo-com.svg create mode 100644 icons/shopping-cart-svgrepo-com.svg diff --git a/clase12.html b/clase12.html index 3a84f2155..3f67985cd 100644 --- a/clase12.html +++ b/clase12.html @@ -43,7 +43,7 @@ .product-detail-close:hover { cursor: pointer; } - .product-detail > img:nth-child(2) { + #productDetail > img:nth-child(2) { width: 100%; height: 360px; object-fit: cover; @@ -94,20 +94,6 @@ - + a \ No newline at end of file diff --git a/icons/menu-svgrepo-com.svg b/icons/menu-svgrepo-com.svg new file mode 100644 index 000000000..88c342b2d --- /dev/null +++ b/icons/menu-svgrepo-com.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/shopping-cart-svgrepo-com.svg b/icons/shopping-cart-svgrepo-com.svg new file mode 100644 index 000000000..9fb1b13d8 --- /dev/null +++ b/icons/shopping-cart-svgrepo-com.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file