Skip to content

Commit

Permalink
Added a class for regular messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexwestbrook committed Dec 8, 2021
1 parent 9123f9c commit 26d4f45
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Web/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ button:hover, .topnav a:hover, .menu_button input:hover, .tab button:hover {
color: red;
}

/*Normal message*/
.message{
text-align: center;
color: black;
}

/*div for forgotten password link */
.Forgotten_Password{
text-align: right;
Expand Down Expand Up @@ -293,6 +299,3 @@ button:hover, .topnav a:hover, .menu_button input:hover, .tab button:hover {
padding-bottom: 1em;
padding-right: 1em;
}



0 comments on commit 26d4f45

Please sign in to comment.