boredbutton3

Log | Files | Refs | README

commit 2ca2f880b2867f401f4a517b245f19947053e207
parent 3b4b6a951430596a8f1eeb8d4423543271a6a517
Author: Francisco Boudagh <franciscoboudagh1@gmail.com>
Date:   Sat, 18 Dec 2021 16:47:13 +0100

Deleted unecessary code

Diffstat:
Mstyle.css | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/style.css b/style.css @@ -75,11 +75,6 @@ footer{ border-radius: 50%; } -.main:active { - color: #3F617C; - border-radius: 50%; -} - .main:hover{ opacity: 1; border-radius: 50%; @@ -121,14 +116,14 @@ footer{ margin-top: 28%; display: none; opacity: 0; - animation: sexy 2s linear; + animation: appear 2s linear; opacity: 0; font-size: 1.8em; font-family: krublight; z-index: 1; } -@keyframes sexy { +@keyframes appear { 0% { opacity: 0; } 100% { opacity: 1; } } \ No newline at end of file