From 7a1e20f07d17bea4c72772c11c57dd3e22c0468f Mon Sep 17 00:00:00 2001 From: marleyrae Date: Sun, 28 May 2023 19:22:47 -0700 Subject: [PATCH] :lipstick: feat: Write HTML markup --- product-preview-card-component/index.html | 28 ++++++++++++++------ product-preview-card-component/src/style.css | 2 -- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/product-preview-card-component/index.html b/product-preview-card-component/index.html index f999232..5f1067e 100644 --- a/product-preview-card-component/index.html +++ b/product-preview-card-component/index.html @@ -26,22 +26,34 @@ -Preview +
+ + + + Gabrielle Essence perfume bottle + -Gabrielle Essence Eau De Parfum +
Perfume
-A floral, solar and voluptuous interpretation composed by Olivier Polge, -Perfumer-Creator for the House of CHANEL. +

Gabrielle Essence Eau De Parfum

-$149.99 -$169.99 +

+ A floral, solar and voluptuous interpretation composed by Olivier Polge, Perfumer-Creator for + the House of CHANEL. +

-Add to Cart +
+ $149.99 + $169.99 +
+ + +
Challenge by Frontend Mentor. - Coded by Your Name Here. + Coded by Marley Rae.
diff --git a/product-preview-card-component/src/style.css b/product-preview-card-component/src/style.css index 134ee59..c4e3498 100644 --- a/product-preview-card-component/src/style.css +++ b/product-preview-card-component/src/style.css @@ -1,7 +1,5 @@ /* ----------------------------------------------------------------------------------- &root ---- */ -/* desktop width: 1440px */ - :root { --c-dark-cyan: 158, 36%, 37%; --c-cream: 30, 38%, 92%;