Skip to content

Instantly share code, notes, and snippets.

View wangjieping61-ctrl's full-sized avatar

wangjieping61-ctrl

  • Joined Apr 29, 2026
View GitHub Profile
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8"></head>
<body style="background:#111; padding:20px;">
<style>
@keyframes rotation {
from { transform: rotate(0deg); }
to { transform: rotate(359deg); }
}
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8"></head>
<body style="background:#111; padding:20px;">
<style>
@keyframes rotation {
from { transform: rotate(0deg); }
to { transform: rotate(359deg); }
}