Skip to content

Commit

Permalink
more april fools
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephShepin committed Apr 1, 2024
1 parent c9dd3f1 commit a81973e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,18 @@ export default {
</script>
<style lang="sass">
@keyframes aprilFools
0%
transform: rotate(180deg)
100%
transform: rotate(0deg)
body
margin: 0
font-family: 'Open Sans', Helvetica, sans-serif
animation: aprilFools 1.5s ease-in-out forwards
transform-origin: center center
#app
outline: none
Expand Down

0 comments on commit a81973e

Please sign in to comment.