Skip to content

Commit

Permalink
Changed the duration of the header to fit
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-4 committed Sep 20, 2016
1 parent 1a157eb commit 204698d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ body {
}
h1 {
-webkit-animation-name: header; /* Chrome, Safari, Opera */
-webkit-animation-duration: 10s; /* Chrome, Safari, Opera */
-webkit-animation-duration: 5s; /* Chrome, Safari, Opera */
animation-name: header;
animation-duration: 10s;
animation-duration: 5s;
animation-iteration-count: infinite;
font-size: 64px;
font-family: 'Alfa Slab One', cursive;
Expand Down Expand Up @@ -45,9 +45,10 @@ button {
/* Text Animation */
@-webkit-keyframes header {
0% {color: white;}
25% {color: black;}
50% {color: white;}
100% {color: black;}
50% {color: white;}
0% {color: white;}
}
#player {
width: 50%;
Expand Down

0 comments on commit 204698d

Please sign in to comment.