diff options
Diffstat (limited to 'css/website.css')
-rw-r--r-- | css/website.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/css/website.css b/css/website.css index bb4c639..c784443 100644 --- a/css/website.css +++ b/css/website.css @@ -182,15 +182,18 @@ a:hover { background-color: #0000004d; } -.reveal_content { -/* transform: translateY(100%); */ +.glow { animation: reveal 1.7s forwards; animation-delay: .5s; } +.h2t.glow { + animation-delay: 1s; +} + @keyframes reveal { from { - text-shadow: 0 0 0px #c7631700; + text-shadow: 0 0 0px transparent; } to { text-shadow: 0 0 100px; |