Table styling
This commit is contained in:
parent
4b64323e4b
commit
9d26b39485
@ -21,3 +21,29 @@ section {
|
||||
flex-basis: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Table */
|
||||
|
||||
table {
|
||||
border: 1px solid #000;
|
||||
border-collapse: collapse;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
border: 1px solid #000;
|
||||
background-color: #ccc;
|
||||
padding: 0.5rem;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
td {
|
||||
border: 1px solid #000;
|
||||
padding: 0.3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td.part {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user