Line 1,066: | Line 1,066: | ||
animation-iteration-count:infinite; | animation-iteration-count:infinite; | ||
} | } | ||
+ | |||
+ | #bodyContent content{ | ||
+ | animation: colorchange 0.3s; | ||
+ | animation-iteration-count:infinite; | ||
+ | } | ||
+ | |||
@keyframes colorchange { | @keyframes colorchange { | ||
− | from{background:# | + | from{background:#E723A7} |
− | to{background:# | + | to{background:#ffffff} |
} | } | ||
Revision as of 17:11, 30 October 2017