Skip to content

Commit

Permalink
Merge pull request #332 from biswajit-sarkar-007/biswajit-sarkar-007/…
Browse files Browse the repository at this point in the history
…cards-animantion-fix

UI fixed of cards
  • Loading branch information
OkenHaha authored Feb 14, 2025
2 parents 9296767 + 8ab01e1 commit 12c1f75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions front-end/src/components/Centre.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function Centre() {
Our Mission, Vision & Values
</h2>
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 ">
<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg ">
<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg transform hover:translate-y-[-5px] hover:translate-x-[-5px] transition-transform duration-300 shadow-[0px_0px_10px_2px_rgba(0,112,255,0.5)] hover:shadow-[0px_0px_20px_4px_rgba(0,112,255,0.7)]">
<img
src={mission}
alt="Our Mission"
Expand All @@ -121,7 +121,7 @@ function Centre() {
</p>
</div>

<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg">
<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg transform hover:translate-y-[-5px] hover:translate-x-[-5px] transition-transform duration-300 shadow-[0px_0px_10px_2px_rgba(0,112,255,0.5)] hover:shadow-[0px_0px_20px_4px_rgba(0,112,255,0.7)]">
<img
src={vision}
alt="Our Vision"
Expand All @@ -139,7 +139,7 @@ function Centre() {
</p>
</div>

<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg ">
<div className="bg-white dark:bg-gray-800 p-6 border-2 border-gray-800 dark:border-gray-700 rounded-lg transform hover:translate-y-[-5px] hover:translate-x-[-5px] transition-transform duration-300 shadow-[0px_0px_10px_2px_rgba(0,112,255,0.5)] hover:shadow-[0px_0px_20px_4px_rgba(0,112,255,0.7)]">
<img
src={values}
alt="Our Values"
Expand All @@ -157,6 +157,7 @@ function Centre() {
community.
</p>
</div>

</div>
</div>
</section>
Expand Down

0 comments on commit 12c1f75

Please sign in to comment.