color-change-css
魔法の言葉、CSS!
これは本Wiki内部で使用されているテンプレートページです。
このページに触れないでください
特に下のボタンを押さないでください
body { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: linear-gradient(to bottom, #a6d900 0%, #ff4454 100%); opacity: 0.9; animation: huerotator 3s infinite alternate; } @keyframes huerotator { 0% { -webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg); } 100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg); } }
page revision: 35, last edited: 22 Jul 2018 10:47