Skip to content

Commit 1d82cf5

Browse files
authored
:hover 효과 추가
1 parent f09a441 commit 1d82cf5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ body {
120120
border-radius: 999px;
121121
text-decoration: none;
122122
font-weight: bold;
123+
transition: opacity 0.3s ease, background 0.3s ease, transform 0.3s ease !important;
124+
}
125+
126+
.cta-button:hover {
127+
opacity: 0.9;
128+
background: #dfd005;
129+
transform: translateY(-2px) !important;
123130
}
124131

125132
section {

0 commit comments

Comments
 (0)