Create table.css
This commit is contained in:
22
css/table.css
Normal file
22
css/table.css
Normal file
@@ -0,0 +1,22 @@
|
||||
table, tr, td, th {
|
||||
font-family: sans-serif;
|
||||
border: 1px solid black;
|
||||
border-color: gray;
|
||||
border-collapse: collapse;
|
||||
padding: 8px;
|
||||
}
|
||||
table {
|
||||
width: 50%;
|
||||
}
|
||||
th {
|
||||
background-color: beige;
|
||||
}
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
tr:hover {
|
||||
background-color: #D1F2EB;
|
||||
}
|
||||
#boss {
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user