Update tags, expertise and descriptions across

Fix anything that was a bit out of place
This commit is contained in:
Angelos Chalaris
2020-03-05 22:52:51 +02:00
parent e536c78974
commit 7e69307433
47 changed files with 114 additions and 121 deletions

View File

@ -1,6 +1,6 @@
---
title: Hover shadow box animation
tags: animation
tags: animation,intermediate
---
Creates a shadow box around the text when it is hovered.
@ -19,6 +19,7 @@ Creates a shadow box around the text when it is hovered.
transition-duration: 0.3s;
transition-property: box-shadow, transform;
}
.hover-shadow-box-animation:hover,
.hover-shadow-box-animation:focus,
.hover-shadow-box-animation:active {