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 (