From 6d018c77e4f4b2ad1bd521207e3a164c63d1ef83 Mon Sep 17 00:00:00 2001 From: kandyy9 Date: Fri, 12 Apr 2024 18:37:32 +0300 Subject: [PATCH] image tint added --- src/css/your-order.css | 15 +++++++++++++++ src/partials/your-order.html | 30 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/css/your-order.css b/src/css/your-order.css index c5e2f4c..c4f9797 100644 --- a/src/css/your-order.css +++ b/src/css/your-order.css @@ -132,6 +132,21 @@ margin-bottom: 20px; } +.image-wrap{ + position: relative; +} + +.image-wrap::after{ + content: ''; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: rgba(20, 20, 20, 0.3); + pointer-events: none; +} + .social-media-text { line-height: 1.29; letter-spacing: -0.01em; diff --git a/src/partials/your-order.html b/src/partials/your-order.html index 4231e66..be40575 100644 --- a/src/partials/your-order.html +++ b/src/partials/your-order.html @@ -39,21 +39,21 @@