Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomaakip authored Oct 19, 2024
1 parent 391aa2d commit 453d94c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}

img {
margin-left: 35%;
padding: 50px 0px;
margin-left: 35%;
padding: 50px 0px;
display: block;
animation: pop-in .6s ease-out forwards;
width: 70%;
Expand All @@ -40,6 +40,7 @@
transition-property: background-color;
transition-duration: 750ms;
text-decoration: none;
animation: pop-in .6s ease-out forwards;
}

.download:hover {
Expand All @@ -49,6 +50,7 @@
footer {
text-align: center;
padding: 50px;
animation: pop-in .6s ease-out forwards;
}
/* fire animations (im learning how to make animations rn) */

Expand Down

0 comments on commit 453d94c

Please sign in to comment.