"알비"의 두 판 사이의 차이
1번째 줄: | 1번째 줄: | ||
− | + | <!DOCTYPE html> | |
− | + | <html lang="ko"> | |
− | + | <head> | |
− | < | + | <meta charset="UTF-8"> |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
− | < | + | <title>코로나19 위키페이지</title> |
− | < | + | <style> |
− | < | + | body { |
− | + | font-family: Arial, sans-serif; | |
− | + | line-height: 1.6; | |
− | + | background-color: #f4f4f4; | |
+ | color: #333; | ||
+ | } | ||
+ | h1 { | ||
+ | color: #0066cc; | ||
+ | text-align: center; | ||
+ | background-color: #e6f2ff; | ||
+ | padding: 15px; | ||
+ | } | ||
+ | h2 { | ||
+ | color: #004080; | ||
+ | background-color: #cce5ff; | ||
+ | padding: 10px; | ||
+ | } | ||
+ | .content { | ||
+ | max-width: 800px; | ||
+ | margin: auto; | ||
+ | padding: 20px; | ||
+ | background-color: #ffffff; | ||
+ | box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); |
2024년 10월 25일 (금) 15:47 판
<!DOCTYPE html> <html lang="ko"> <head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>코로나19 위키페이지</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; background-color: #f4f4f4; color: #333; } h1 { color: #0066cc; text-align: center; background-color: #e6f2ff; padding: 15px; } h2 { color: #004080; background-color: #cce5ff; padding: 10px; } .content { max-width: 800px; margin: auto; padding: 20px; background-color: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);