From ab977dd6100765913efa523d337388062a1bae72 Mon Sep 17 00:00:00 2001 From: prajwal07 Date: Thu, 31 Oct 2024 10:59:07 +0530 Subject: [PATCH] done with auth --- src/pages/Auth/Auth.css | 18 ------------------ src/pages/Auth/Auth.jsx | 11 +++++++---- tailwind.config.js | 3 +++ 3 files changed, 10 insertions(+), 22 deletions(-) delete mode 100644 src/pages/Auth/Auth.css diff --git a/src/pages/Auth/Auth.css b/src/pages/Auth/Auth.css deleted file mode 100644 index 465c375..0000000 --- a/src/pages/Auth/Auth.css +++ /dev/null @@ -1,18 +0,0 @@ -.Webname > h1 { - font-size: 3rem; - background-color: red; - - /* Create the gradient. */ - background-image: linear-gradient(98.63deg, #2eaafa 0%, #1060d7 100%); - - /* Set the background size and repeat properties. */ - background-size: 100%; - background-repeat: repeat; - - /* Use the text as a mask for the background. */ - /* This will show the gradient as a text color rather than element bg. */ - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - -moz-background-clip: text; - -moz-text-fill-color: transparent; -} \ No newline at end of file diff --git a/src/pages/Auth/Auth.jsx b/src/pages/Auth/Auth.jsx index d524a5d..1671715 100644 --- a/src/pages/Auth/Auth.jsx +++ b/src/pages/Auth/Auth.jsx @@ -45,12 +45,15 @@ const Auth = () => { return (
-
+
-

- FeatherPerfect -

+

+ FeatherPerfect +

+
IPF is our Brand Ambassador!
(You guessed it right! It has Perfect Feathers!) diff --git a/tailwind.config.js b/tailwind.config.js index 476347f..4a207be 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -18,6 +18,9 @@ module.exports = { }, }, }, + variants: { + backgroundClip: ['responsive', 'hover', 'focus'], + }, plugins: [], darkMode: "selector", };