Skip to content

Commit de9cf53

Browse files
committed
"Changed message-form background color to white and centered form elements"
Explanation: The code diff shows that there were changes made to the styles.css file. Specifically, there were modifications to the body and message-form
1 parent e3df362 commit de9cf53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,15 @@ body {
5454
.back-button:hover{
5555
background-color: black;
5656
}
57+
form{
58+
justify-content: center;
59+
}
5760
.message-form {
5861
position: fixed;
5962
bottom: 0;
6063
left: 0;
6164
width: 100%;
62-
background-color: #dedede;
65+
background-color: #ffffff;
6366
padding: 10px;
6467
box-sizing: border-box;
6568
display: flex;

0 commit comments

Comments
 (0)