login button hover effect; minor css changes.

This commit is contained in:
sweatshirt0 2023-01-31 19:12:53 -05:00
parent 1e3e23ece1
commit 9e88f7db1c

View File

@ -27,6 +27,7 @@ body {
.login-wrapper {
position: relative;
top: 15px;
border: 1px solid black;
width: 400px;
padding-top: 15px;
@ -73,6 +74,11 @@ body {
border-radius: 5px;
}
.login-button:hover {
cursor: pointer;
top: -5px;
}
.about-content {
font-size: 1rem;
}