highlight

This commit is contained in:
Set Hallstrom 2019-11-25 17:09:32 +01:00
parent 961e922bee
commit 3783dee558
2 changed files with 15 additions and 7 deletions

View file

@ -217,7 +217,10 @@ canvas {
margin-left: 5px;
}
.highlight {
background: linear-gradient(242deg, #d0eee8, #a4f5e5);
padding:10px;
border-radius: 3px;
-webkit-box-shadow: inset 5px 5px 15px 5px #a5cec6;
box-shadow: inset 5px 5px 15px 5px #a5cec6;
background-size: 400% 400%;
-webkit-animation: AnimationName 3s ease infinite;