Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoGUN2012 authored Jun 3, 2024
1 parent ac873f9 commit d24af99
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@

body {
width: 100px;
height: 100px;
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
animation-name: scale-in;
animation-duration: .4s;
}

@keyframes scale-in {
0% {
background-size: 0%;
}
100% {
background-size: 100%;
}}



<!DOCTYPE html>
<html>
<head>
Expand All @@ -42,7 +21,7 @@
background-size: 100%;
background-repeat: no-repeat;
animation-name: scale-in;
animation-duration: .4s;
animation-duration: .7s;
}

@keyframes scale-in {
Expand Down

0 comments on commit d24af99

Please sign in to comment.