Skip to content

Commit 31548cf

Browse files
style CSS is not displaying
1 parent c60ef12 commit 31548cf

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Form-Controls/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ input[type="email"] {
2525
}
2626

2727
fieldset {
28-
width: 270px;
28+
width: 280px;
2929
padding: 10px;
3030
border-radius: 8px;
3131
}
@@ -49,4 +49,9 @@ button {
4949
cursor: pointer;
5050
transition: background-color 0.3s ease;
5151

52-
}
52+
}
53+
54+
button:hover {
55+
background-color: rgb(65, 74, 206);
56+
57+
}

0 commit comments

Comments
 (0)