Skip to content

Commit

Permalink
Updated body background layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickPetru committed Aug 30, 2019
1 parent 23afc3a commit ce13147
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/css/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,8 @@ html, body
margin: 0
padding: 0
height: 100vh
background-image: linear-gradient(-45deg, #d5d4d0 0, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%)
background-size: 400% 400%
font: 1.15em / 1.3 sans-serif
animation: background-animation 15s ease infinite

@keyframes background-animation
0%
background-position: 0 50%
50%
background-position: 100% 50%
100%
background-position: 0 50%
background-image: linear-gradient(to bottom, #1e528e 0%,#728a7c 50%,#e9ce5d 100%)

.transitions-off
transition: none !important
Expand Down

0 comments on commit ce13147

Please sign in to comment.