From 2bcaa2d737478d382f69d094bf5fa9456c117156 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 27 Jan 2023 18:34:55 +0100 Subject: [PATCH] added border and create account image --- src/assets/css/style.css | 4 ++++ src/component/HomeMain/Work/Main.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index bea1a8b..21a2951 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -1181,6 +1181,10 @@ header.fixed .navbar { .how_it_works .step_block ul li .step_img img { max-width: 100%; } +.how_it_works .step_block ul li .step_img img.create-account-logo { + border-radius: 15px; + box-shadow: 0px 0px 10px #c7c6c6; +} /* how it works heading h4 */ .how_it_works .step_block ul li .step_text h4 { diff --git a/src/component/HomeMain/Work/Main.js b/src/component/HomeMain/Work/Main.js index 2e49e6a..322545a 100644 --- a/src/component/HomeMain/Work/Main.js +++ b/src/component/HomeMain/Work/Main.js @@ -51,7 +51,7 @@ const Main = ({dark}) => {

02

- image + create account logo
  • -- 2.34.1