Skip to content

Commit

Permalink
aligned body
Browse files Browse the repository at this point in the history
  • Loading branch information
snturk committed May 9, 2020
1 parent ad7a0df commit 2cea3bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export default {

<style>
body{
background: linear-gradient(45deg, rgba(103,118,199,1) 27%, rgba(255,171,171,1) 100%);
height: 100%;
width: 100%;
background: linear-gradient(45deg, rgba(103,118,199,1) 27%, rgba(255,171,171,1) 100%);
background-size: 200%;
animation-name: bg;
animation-duration: 9s;
Expand Down

0 comments on commit 2cea3bb

Please sign in to comment.