Line 5: | Line 5: | ||
<style> | <style> | ||
#party-overlay{ | #party-overlay{ | ||
− | position: | + | position: absolute; |
top: 0; | top: 0; | ||
bottom: 0; | bottom: 0; | ||
Line 11: | Line 11: | ||
right: 0; | right: 0; | ||
background: black; | background: black; | ||
− | animation: p-p-p-party | + | animation: p-p-p-party 1s infinite; |
} | } | ||
@keyframes p-p-p-party{ | @keyframes p-p-p-party{ | ||
− | 0% {background:# | + | 0% {background: #04FF40;} |
− | 100% {background: # | + | 25% {background: #EB79AF;} |
+ | 50% {background: #09D1FF;} | ||
+ | 75% {background: #FF5916;} | ||
+ | 100% {background: #691EBF;} | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
− | |||
<body> | <body> | ||
− | |||
− | |||
<div id="party-overlay"></div> | <div id="party-overlay"></div> | ||
<iframe style="display:none" width="560" height="315" src="https://www.youtube.com/embed/OiJKuQtAz3A?autoplay=1" frameborder="0" allowfullscreen></iframe> | <iframe style="display:none" width="560" height="315" src="https://www.youtube.com/embed/OiJKuQtAz3A?autoplay=1" frameborder="0" allowfullscreen></iframe> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 13:53, 27 November 2017