Lekcja 3
This commit is contained in:
@@ -247,7 +247,23 @@ input[type="number"] {
|
||||
}
|
||||
|
||||
#gra table {
|
||||
width: unset;
|
||||
margin: auto;
|
||||
border: none;
|
||||
}
|
||||
|
||||
table tr {
|
||||
padding: 0%;
|
||||
border: .15rem solid var(--colorSurface2);
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
table tbody tr:nth-child(even) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
table tbody tr:nth-child(odd) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#gra td {
|
||||
|
||||
Reference in New Issue
Block a user