This is my blog where I regularly share my thoughts and ideas. On this platform, I provide knowledge on multiple topics such as: 1. Computer Knowledge 2. Technology 3. Graphic Design 4. Web Design I also share insights about programming languages, including: 1. HTML 2. CSS 3. JavaScript
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><style>#andiv {width: 100px;height: 100px;animation: animation_name 1s infinite;}@-webkit-keyframes animation_name {from {background-color: green;}to {background-color: yellow;}}@keyframes animation_name {from {background-color: green;}to {background-color: yellow;}}</style></head><body><div id="andiv"></div></body></html>
ReplyForward
No comments:
Post a Comment