From a2361c51e7412ab2cf3bbbc3ff6cb7ae7605f13b Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 25 Apr 2022 11:03:50 +0430 Subject: [PATCH] update App.js --- src/App.js | 2 ++ src/components/CardDesign3/index.js | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/components/CardDesign3/index.js diff --git a/src/App.js b/src/App.js index f29f3bb..5ff5aff 100644 --- a/src/App.js +++ b/src/App.js @@ -92,6 +92,7 @@ import UserProfileInfo from "./components/UserProfileInfo"; import CurrentTime from "./components/CurrentTime"; import CurrentDateShamsi from "./components/CurrentDateShamsi"; import DateTime from "./components/DateTime"; +import CardDesign3 from "./components/CardDesign3"; function App() { return ( @@ -144,6 +145,7 @@ function App() { {/* */} {/* */} + {/* */} {/* *************************************************** mini components *************************************************** */} diff --git a/src/components/CardDesign3/index.js b/src/components/CardDesign3/index.js new file mode 100644 index 0000000..7a5ba5b --- /dev/null +++ b/src/components/CardDesign3/index.js @@ -0,0 +1,27 @@ +import React from "react"; + +const CardDesign3 = () => { + return ( +
+ CardDesign3 +
+ ); +}; + +export default CardDesign3; + +// #BCBCBC + +// #B9D1F3 + +// #2483E1 + +// #C9E2B3 + +// #0F0543 + +// #2A527A + +// #468722 + +// #DAF6E5