highlight
This commit is contained in:
parent
961e922bee
commit
3783dee558
2 changed files with 15 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue