From c9f5cafa508116cf0816eeb6a5ccf4d7ba9eec0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 13:54:30 +0900 Subject: [PATCH] Upload template/html_table_template_css.txt --- .../handlers/template/html_table_template_css.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 03.Code/geulbeot_업로드용/handlers/template/html_table_template_css.txt diff --git a/03.Code/geulbeot_업로드용/handlers/template/html_table_template_css.txt b/03.Code/geulbeot_업로드용/handlers/template/html_table_template_css.txt new file mode 100644 index 0000000..e4331ad --- /dev/null +++ b/03.Code/geulbeot_업로드용/handlers/template/html_table_template_css.txt @@ -0,0 +1,5 @@ +/* HTML Table Template CSS */ +table { width: 100%; border-collapse: collapse; } +th, td { border: 1px solid #ddd; padding: 8px; } +tr:nth-child(even){background-color: #f2f2f2;} +th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #04AA6D; color: white; }