From 1101679def4e619747c8ca185ee71b79478069f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 24 Apr 2023 01:56:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Estyling.css=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styling.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/styling.css b/styling.css index 0fcfefe..91dfbc7 100644 --- a/styling.css +++ b/styling.css @@ -1,11 +1,3 @@ -*, -*::before, -*::after { - margin: 0; - padding: 0; - box-sizing: border-box; -} - .animate-zoom-1 {animation:animatezoom 0.3s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} .animate-zoom-2 {animation:animatezoom 0.5s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} .animate-zoom-3 {animation:animatezoom 0.7s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}