Skip to content

Commit 44bac58

Browse files
authored
Merge pull request #69 from bilalshaikh292/main
featues page styling
2 parents 8e058ea + 61f7c16 commit 44bac58

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

client/src/Components/Auth/Feature.jsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ export default function Feature() {
2626
<section class="bg-white dark:bg-gray-900 ">
2727
<div class="container px-6 py-10 mx-auto features">
2828
<h1 class="text-3xl font-sans text-gray-800 capitalize lg:text-4xl dark:text-white">
29-
explore our awesome
30-
<span class="underline decoration-blue-500 mr-8">
31-
{" "}Features
29+
explore our awesome {" "}
30+
<span class="underline decoration-white text-underline dark:text-primary-400 underline-offset-[10px] r-8">
31+
Features
3232
</span>
3333
</h1>
3434

3535
<p class="mt-4 text-gray-500 xl:mt-6 dark:text-gray-300"></p>
3636

3737
<div class="grid grid-cols-1 gap-8 mt-8 xl:mt-12 xl:gap-12 md:grid-cols-2 xl:grid-cols-3">
38-
<div class="p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105">
38+
<div class="p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105 hover:shadow-xl hover:shadow-blue-500/50">
3939
<span class="inline-block text-blue-500 dark:text-blue-400">
4040
<svg
4141
xmlns="http://www.w3.org/2000/svg"
@@ -73,7 +73,7 @@ export default function Feature() {
7373

7474
<Link
7575
to="/Login"
76-
class="inline-flex p-2 text-blue-500 capitalize transition-colors bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:bg-blue-700 "
76+
class="inline-flex p-2 text-blue-500 capitalize transition-colors bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:bg-blue-700 "
7777
>
7878
<svg
7979
xmlns="http://www.w3.org/2000/svg"
@@ -92,7 +92,7 @@ export default function Feature() {
9292
</Link>
9393
</div>
9494

95-
<div class="p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105">
95+
<div class="p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105 hover:shadow-xl hover:shadow-blue-500/50">
9696
<span class="inline-block text-blue-500 dark:text-blue-400">
9797
<svg
9898
xmlns="http://www.w3.org/2000/svg"
@@ -141,7 +141,7 @@ export default function Feature() {
141141
</Link>
142142
</div>
143143

144-
<div class="p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105">
144+
<div class="p-8 space-y-3 border-2 border-blue-400 dark:border-blue-300 rounded-xl transition duration-200 hover:scale-105 hover:shadow-xl hover:shadow-blue-500/50">
145145
<span class="inline-block text-blue-500 dark:text-blue-400">
146146
<svg
147147
xmlns="http://www.w3.org/2000/svg"

client/src/Pages/HomePage.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default function Homepage() {
108108
<section className="h-full text-center lg:text-left p-5 flex flex-col items-center" style={{ backgroundImage: 'linear-gradient(to bottom, #6b7280, #535a68, #3c4251, #262c3c, #111827)', }}>
109109
<div className="md:w-full text-2xl lg:text-3xl font-bold dark:text-white mb-5 lg:w-1/2 text-center">
110110
<span className="text-primary">
111-
Subscribe to our <span className="dark:text-primary-400 inline">Newsletter</span>
111+
Subscribe to our <span className="dark:text-blue-500 inline">Newsletter</span>
112112
</span>
113113
</div>
114114
<div className="flex flex-col lg:flex-row justify-between p-2 w-full">

0 commit comments

Comments
 (0)