keshon16 / Project-1-it-s-mee

0 stars 0 forks source link

Task CSS #2

Open sketchyTK opened 1 month ago

sketchyTK commented 1 month ago
sketchyTK commented 1 month ago

add to CSS:

coinBounce {animation: coinBounce 0.1s 1 linear;} @keyframes coinBounce { 0% { position: relative; top: 0; } 50% { position: relative; top: -5px; } 100% { position: relative; top: 0; } }

sketchyTK commented 1 month ago

Also created a new design file jpg in the misc folder with examples for preferred positions for the pipe, hill and question block