We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79973d commit d9377dfCopy full SHA for d9377df
1 file changed
styles.css
@@ -72,36 +72,6 @@ h1 {
72
flex-direction: column;
73
gap: 18px;
74
}
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
105
footer {
106
text-align: left;
107
margin: 32px 0 18px 0;
0 commit comments