Line 1,060: | Line 1,060: | ||
#bodyContent #returnToTop:hover{ | #bodyContent #returnToTop:hover{ | ||
color: black; | color: black; | ||
+ | } | ||
+ | #party{ | ||
+ | position:absolute; | ||
+ | z-index:9999; | ||
+ | top:0; | ||
+ | bottom:0; | ||
+ | left:0; | ||
+ | right:0; | ||
+ | animation: colorchange 0.5s; | ||
+ | animation-iteration-count:infinite; | ||
} | } | ||
+ | @keyframes colorchange { | ||
+ | from{background:#E723A7} | ||
+ | to{background:#ffffff} | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 17:34, 30 October 2017