boredbutton3

Log | Files | Refs | README

commit a3a4f95f2e699d91082f5815672f654c6070dfd4
parent 273ecfa3d9ec9d159eaf2cd0e88c7359034cd31b
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Sat, 18 Dec 2021 00:25:04 +0100

changed animation duration

Diffstat:
Mstyle.css | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/style.css b/style.css @@ -120,10 +120,8 @@ footer{ margin-top: 25%; display: none; opacity: 0; - animation: sexy 20s linear; + animation: sexy 2s linear; opacity: 0; - transition: opacity .3s ease-in-out; - transition-delay: 2s; } @keyframes sexy {