Skip to content
Permalink
Browse files
CHANGED FONT
White was not clear in the container.
  • Loading branch information
lingamr committed Dec 2, 2019
1 parent fa85284 commit 0fe4da731482f566f3f13427acb321fc0033d529
Showing 1 changed file with 6 additions and 1 deletion.
@@ -18,6 +18,11 @@ h1
color: white;
}

h2{
text-align: center;
color:RED;
}

form {
border: 3px solid #000000;
width: 60%;
@@ -58,7 +63,7 @@ button {

button:hover {
opacity: 0.8;
background-color: white;
background-color: grey;
}

.cancelbtn {

0 comments on commit 0fe4da7

Please sign in to comment.