The Simple Web (Copy 12686)
✨ SIVANAT THISAWET
<html> <head> <title>Let's Start</title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } .witch{ width:40%; height:60%; position:absolute; right:30px; top:30px; animation:green_angle 3s infinite alternate; } @keyframes green_angle{ from{ transform:translate(20)} to{ transform:translate(-100px)} </style> </head> <body> <div class="witch"> <img src="https://cdn.discordapp.com/attachments/932854415201820752/941337062479630416/02.png" class="witch"> </div> </body> </html>