-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlock_options.html
More file actions
42 lines (42 loc) · 2.22 KB
/
Copy pathlock_options.html
File metadata and controls
42 lines (42 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>자물쇠 아이콘 시안 확인</title>
<style>
body { font-family: sans-serif; background-color: #f0f2f5; display: flex; flex-direction: column; align-items: center; padding: 40px; }
h1 { color: #1a73e8; margin-bottom: 30px; }
.container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 1000px; }
.card { background: white; border-radius: 15px; padding: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; }
.card img { width: 100%; border-radius: 10px; margin-bottom: 15px; border: 1px solid #eee; }
.card h2 { margin: 10px 0; font-size: 1.2rem; }
.card p { color: #666; font-size: 0.9rem; }
</style>
</head>
<body>
<h1>자물쇠 아이콘 시안 (시인성 개선)</h1>
<div class="container">
<div class="card">
<img src="file:///C:/Users/sungh/.gemini/antigravity/brain/cac9627d-05ab-47dd-aabb-15d68ebfc567/lock_option_1_1777009612875.png" alt="시안 1">
<h2>시안 1: 현대적 미니멀</h2>
<p>흰색/회색 대비, 깔끔한 벡터 스타일</p>
</div>
<div class="card">
<img src="file:///C:/Users/sungh/.gemini/antigravity/brain/cac9627d-05ab-47dd-aabb-15d68ebfc567/lock_option_2_1777009667538.png" alt="시안 2">
<h2>시안 2: 컬러 강조 (추천)</h2>
<p>빨강/초록 색상 대비로 상태 즉시 식별</p>
</div>
<div class="card">
<img src="file:///C:/Users/sungh/.gemini/antigravity/brain/cac9627d-05ab-47dd-aabb-15d68ebfc567/lock_option_3_1777009631445.png" alt="시안 3">
<h2>시안 3: 프리미엄 입체</h2>
<p>블루톤 글래스모피즘, 입체감 강조</p>
</div>
<div class="card">
<img src="file:///C:/Users/sungh/.gemini/antigravity/brain/cac9627d-05ab-47dd-aabb-15d68ebfc567/lock_option_4_1777009646119.png" alt="시안 4">
<h2>시안 4: 형태 강조</h2>
<p>자물쇠 고리 크기 확대로 형태 식별 용이</p>
</div>
</div>
</body>
</html>