File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 transition : all 3s ease-out ;
1111
1212 // Animation: Used with the keyframes below
13- animation : pulsate 10 s ease-out infinite ;
13+ animation : pulsate 8 s ease-out infinite ;
1414
1515 // Normal stylin'
1616 position : absolute ;
@@ -56,7 +56,7 @@ h1:hover {
5656
5757@media only screen and (max-width : 600px ) {
5858 h1 {
59- font-size : 3 em ;
59+ font-size : 2 em ;
6060 }
6161}
6262
Original file line number Diff line number Diff line change 77h1 {
88 -webkit-transition : all 3s ease-out;
99 transition : all 3s ease-out;
10- -webkit-animation : pulsate 10 s ease-out infinite;
11- animation : pulsate 10 s ease-out infinite;
10+ -webkit-animation : pulsate 8 s ease-out infinite;
11+ animation : pulsate 8 s ease-out infinite;
1212 position : absolute;
1313 top : 50% ;
1414 left : 50% ;
@@ -73,6 +73,6 @@ h1:hover {
7373/*** Media queries for adjusting to different screen sizes ***/
7474@media only screen and (max-width : 600px ) {
7575 h1 {
76- font-size : 3 em ;
76+ font-size : 2 em ;
7777 }
7878}
Original file line number Diff line number Diff line change 77h1 {
88 -webkit-transition : all 3s ease-out;
99 transition : all 3s ease-out;
10- -webkit-animation : pulsate 10 s ease-out infinite;
11- animation : pulsate 10 s ease-out infinite;
10+ -webkit-animation : pulsate 8 s ease-out infinite;
11+ animation : pulsate 8 s ease-out infinite;
1212 position : absolute;
1313 top : 50% ;
1414 left : 50% ;
@@ -73,6 +73,6 @@ h1:hover {
7373/*** Media queries for adjusting to different screen sizes ***/
7474@media only screen and (max-width : 600px ) {
7575 h1 {
76- font-size : 3 em ;
76+ font-size : 2 em ;
7777 }
7878}
You can’t perform that action at this time.
0 commit comments