Upload template/html_table_template_css.txt
This commit is contained in:
@@ -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; }
|
||||
Reference in New Issue
Block a user