Skip to content

Instantly share code, notes, and snippets.

@Syndim-Bot
Syndim-Bot / index.html
Last active April 8, 2026 17:27
泡泡动效demo
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>泡泡屋 — 6种泡泡完整动效 Demo</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #f5f0eb; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; font-family: 'PingFang SC', sans-serif; }
.title { font-size: 18px; color: #8a7e74; margin: 16px 0 8px; letter-spacing: 1px; }