Add transition effect to box-shadow

This commit is contained in:
luca0N! 2021-08-16 16:53:34 -03:00
parent d3b2da856e
commit 1cce73db41
Signed by: luca0N
GPG Key ID: 2E7B4655CF16D7D6
1 changed files with 3 additions and 1 deletions

View File

@ -116,10 +116,12 @@ body {
padding: 15px;
background-color: #feffea;
box-shadow: 0 0 12px #0004;
transition: box-shadow 0.1s;
}
.section-question:hover {
box-shadow: 0 0 24px #0008;
box-shadow: 0 0 18px #0008;
}
#warning {