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; }