Skip to content

Commit d9377df

Browse files
Update styles.css
1 parent c79973d commit d9377df

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

styles.css

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -72,36 +72,6 @@ h1 {
7272
flex-direction: column;
7373
gap: 18px;
7474
}
75-
.card {
76-
display: flex;
77-
align-items: left;
78-
background: transparent;
79-
border-radius: 12px;
80-
padding: 14px 18px;
81-
transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
82-
text-decoration: none;
83-
color: inherit;
84-
cursor: pointer;
85-
border: none;
86-
}
87-
.card:hover {
88-
transform: translateY(-2px);
89-
box-shadow: 0 10px 22px rgba(0,0,0,0.08);
90-
background: rgba(0,0,0,0.03);
91-
}.card span {
92-
font-size: 2rem;
93-
margin-right: 18px;
94-
}
95-
.card .title {
96-
font-weight: 600;
97-
font-size: 1.13rem;
98-
margin-bottom: 2px;
99-
color: #000000;
100-
}
101-
.card .desc {
102-
font-size: 0.97rem;
103-
color: #5a5a5a;
104-
}
10575
footer {
10676
text-align: left;
10777
margin: 32px 0 18px 0;

0 commit comments

Comments
 (0)