even more fun

This commit is contained in:
Ophir LOJKINE 2014-02-23 20:19:30 +01:00
parent c7136586ec
commit d17b315623

View file

@ -10,6 +10,7 @@ body {
background-color:#eee; background-color:#eee;
width:100%; width:100%;
margin:0; margin:0;
animation: colorchange 200s infinite;
} }
header { header {
position:fixed; position:fixed;
@ -26,6 +27,7 @@ h1, h2 {
h1 { h1 {
animation: colorchange 30s infinite; animation: colorchange 30s infinite;
animation-direction:alternate; animation-direction:alternate;
animation-delay:10s;
} }
main { main {