Skip to content

Instantly share code, notes, and snippets.

@Feynman520
Feynman520 / attachment-quiz.html
Created April 5, 2026 02:45
커플 애착유형 심리검사
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🧡 커플 애착유형 심리검사</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Segoe UI', -apple-system, sans-serif;