Showing
1 changed file
with
23 additions
and
0 deletions
... | @@ -3,6 +3,29 @@ | ... | @@ -3,6 +3,29 @@ |
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | +<style> | ||
7 | +table { | ||
8 | + border-collapse: collapse; | ||
9 | + width: 100%; | ||
10 | +} | ||
11 | + | ||
12 | +table td, table th { | ||
13 | + border: 1px solid #ddd; | ||
14 | + padding: 8px; | ||
15 | +} | ||
16 | + | ||
17 | +table tr:nth-child(even){background-color: #f2f2f2;} | ||
18 | + | ||
19 | +table tr:hover {background-color: #ddd;} | ||
20 | + | ||
21 | +table th { | ||
22 | + padding-top: 12px; | ||
23 | + padding-bottom: 12px; | ||
24 | + text-align: left; | ||
25 | + background-color: #4CAF50; | ||
26 | + color: white; | ||
27 | +} | ||
28 | +</style> | ||
6 | <title>Attendance</title> | 29 | <title>Attendance</title> |
7 | <table> | 30 | <table> |
8 | <thead> | 31 | <thead> | ... | ... |
-
Please register or login to post a comment