17 linhas
213 B
CSS
17 linhas
213 B
CSS
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
th, td {
|
|
text-align: left;
|
|
padding:8px;
|
|
}
|
|
|
|
tr:nth-child(even){background-color: #f2f2f2}
|
|
|
|
th {
|
|
background-color: #1f3682;
|
|
color: white;
|
|
}
|