Post-Platform Digital Publishing Toolkit

This is an old revision of the document!


body{ animation: gradient-anim 8s forwards; animation: blur-anim 220s linear forwards; } .right-column{ animation: blur-anim 96560s linear forwards; font-size: 1.45rem; font-weight: 400; font-family: 'Times', 'Times New Roman', serif; line-height: 0.9; display: grid; letter-spacing: 1.2px; -webkit-transform: scale (1,9.14); transform-origin: 0 0; margin-bottom: -40%; text-align: justify; } @keyframes blur-anim { 0% { filter: blur(0); } 100% {filter: blur(330px) }; } @keyframes gradient-anim{ 0% { background: transparent;} 100% { background: linear-gradient(to right, red, blue); } } head { animation: change-paragraph-color 54s ease-in; } .right-column:hover { filter: blur(0px); } change-paragraph-color { 0% {color: black;} 100% {color: red;} } }

stylesheet/style_useruser.1737821072.txt.gz · Last modified: 2025/01/25 16:56 (external edit)