Upload template/html_table_template_css.txt

This commit is contained in:
2026-03-19 13:54:30 +09:00
parent a4ceb60c0c
commit c9f5cafa50

View File

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