add shadow

This commit is contained in:
Jakob Ketterl 2020-02-23 20:13:36 +01:00
parent 437e28c3a9
commit 9f06149ae3
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ body {
padding: 20px;
border-radius: 10px;
border: 1px solid #575757;
box-shadow: 0 0 20px #000;
}
.login .btn {