mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
even more fun
This commit is contained in:
parent
c7136586ec
commit
d17b315623
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ body {
|
|||
background-color:#eee;
|
||||
width:100%;
|
||||
margin:0;
|
||||
animation: colorchange 200s infinite;
|
||||
}
|
||||
header {
|
||||
position:fixed;
|
||||
|
@ -26,6 +27,7 @@ h1, h2 {
|
|||
h1 {
|
||||
animation: colorchange 30s infinite;
|
||||
animation-direction:alternate;
|
||||
animation-delay:10s;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
Loading…
Reference in a new issue