Skip to content

Instantly share code, notes, and snippets.

View ZXEducation's full-sized avatar
🎯
Focusing

知行教育 ZXEducation

🎯
Focusing
View GitHub Profile
@ZXEducation
ZXEducation / circle-animation.html
Last active December 20, 2023 06:12
15分钟学会css动画-circle-animation代码
<!DOCTYPE html>
<html
lang="zh-CN"
class="h-full"
>
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
@ZXEducation
ZXEducation / text-animation.html
Created December 5, 2023 02:46
15分钟学会css动画-text-animation代码
<!DOCTYPE html>
<html
lang="zh-CN"
class="h-full"
>
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"