From 6b1ee9565e44ea141defdf2c92fb140902bc8495 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Wed, 25 Aug 2021 13:06:34 +0600 Subject: [PATCH] Add footer --- src/App.js | 4 ++++ src/index.scss | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/src/App.js b/src/App.js index cda4246..b555309 100644 --- a/src/App.js +++ b/src/App.js @@ -155,6 +155,10 @@ function App() { ) } + {/* DO NOT REMOVE/MODIFY THE FOOTER */} +
+

Made with ezprofile and ❤️

+
); diff --git a/src/index.scss b/src/index.scss index 450066b..d6456d5 100644 --- a/src/index.scss +++ b/src/index.scss @@ -62,6 +62,18 @@ svg { padding-bottom: 0 !important; } +.credit { + p { + opacity: 0.6; + padding-bottom: 0.5rem; + + a { + text-decoration: underline; + font-weight: 600; + } + } +} + .fade-in { opacity: 1; animation-name: fadeIn;