update
This commit is contained in:
@@ -315,15 +315,11 @@ body {
|
||||
border-radius: 18px;
|
||||
padding: 2rem;
|
||||
border: 1px solid rgba(255, 255, 255, 0.06);
|
||||
transition: transform 0.4s ease, box-shadow 0.4s ease;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
animation: floatSection 5s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.feature-card:hover {
|
||||
transform: translateY(-12px) scale(1.03);
|
||||
box-shadow: 0 12px 35px rgba(20, 184, 166, 0.5);
|
||||
}
|
||||
|
||||
.feature-card::before {
|
||||
@@ -333,7 +329,6 @@ body {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: radial-gradient(circle at 30% 30%, rgba(20, 184, 166, 0.3), transparent);
|
||||
opacity: 0;
|
||||
transition: opacity 0.4s;
|
||||
}
|
||||
@@ -427,7 +422,7 @@ footer a:hover {
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
transition: transform 0.2s, box-shadow 0.2s;
|
||||
min-width: 100px;
|
||||
min-width: 50px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user