Skip to content

Commit 2effda6

Browse files
committed
Update display: MLH-styled sky
1 parent 7d0f483 commit 2effda6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
max-width: 180px;
9494
max-height: 180px;
9595
display: block;
96+
animation: flap 0.4s ease-in-out infinite alternate;
97+
}
98+
99+
@keyframes flap {
100+
0% { transform: scaleY(1) scaleX(1) rotate(0deg); }
101+
100% { transform: scaleY(0.92) scaleX(1.06) rotate(1.5deg); }
96102
}
97103

98104
.bird-label {

0 commit comments

Comments
 (0)