Skip to content

Commit

Permalink
Restyle baby webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
arbyn-argabioso committed Oct 30, 2024
1 parent 351a71c commit 89eb696
Show file tree
Hide file tree
Showing 40 changed files with 186 additions and 270 deletions.
19 changes: 19 additions & 0 deletions public/baby/css/animations.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@keyframes float-balloon {
0%,
100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(-2.5deg) translateX(5px);
}
}

@keyframes float-basket {
0%,
100% {
transform: translateY(10px) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(-5deg) translateX(10px);
}
}
13 changes: 4 additions & 9 deletions public/baby/css/fonts.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 28, 2024 */



@font-face {
font-family: 'archer_gage_demoregular';
src: url('archer_gage-webfont.woff2') format('woff2'),
url('archer_gage-webfont.woff') format('woff');
font-family: 'Homemade Apple';
src: url('homemadeapple-regular-webfont.woff2') format('woff2'),
url('homemadeapple-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}
}
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 89eb696

Please sign in to comment.