Skip to content

Commit e9efbf4

Browse files
authored
Update styles.css
1 parent 984226b commit e9efbf4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

styles.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ h1 {
8585
gap: 2.4rem;
8686
padding: 24px 48px;
8787
border-radius: 12px;
88-
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/form.webp");
88+
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/form.webp");
8989
background-size: cover;
9090
background-repeat: no-repeat;
9191
background-position: center;
@@ -134,8 +134,15 @@ button {
134134
background: none;
135135
outline: none;
136136
border: none;
137-
padding: 0.8rem 1.6rem;
137+
padding: 1.2rem 1.6rem;
138138
border-radius: 0.4rem;
139-
background-color: #7e81ff;
139+
background-color: #3e66f6;
140140
color: #f8f9fa;
141+
transition: all 0.3s ease;
142+
}
143+
144+
button:hover,
145+
button:focus {
146+
background-color: #204ef4;
147+
cursor: pointer;
141148
}

0 commit comments

Comments
 (0)