Skip to content

Commit

Permalink
"Changed message-form background color to white and centered form ele…
Browse files Browse the repository at this point in the history
…ments"

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
  • Loading branch information
Ali-Cheikh committed May 5, 2024
1 parent e3df362 commit de9cf53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ body {
.back-button:hover{
background-color: black;
}
form{
justify-content: center;
}
.message-form {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #dedede;
background-color: #ffffff;
padding: 10px;
box-sizing: border-box;
display: flex;
Expand Down

0 comments on commit de9cf53

Please sign in to comment.