diff --git a/index.html b/index.html index d463760..bfbfe3c 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@

Gabrielle Essence Eau De Parfum

Perfumer-Creator for the House of CHANEL.

$149.99

-

$169.99

+

The previous price is$169.99

diff --git a/style.css b/style.css index c7520d8..a27c1e0 100644 --- a/style.css +++ b/style.css @@ -69,7 +69,15 @@ p { grid-template-columns: max-content max-content; margin-top: 1.8rem; } - +.sr-only { + position: absolute; + left: -9999px; + color: transparent; + background-color: transparent; + width: 1px; + height: 1px; + overflow: hidden; +} .current-price { color: var(--dark-cyan); font-family: 'Fraunces', serif;