new shizzle for nizzle
This commit is contained in:
@@ -18,25 +18,25 @@ h2 {
|
||||
}
|
||||
|
||||
.styled-table {
|
||||
width: 100%; /* Tabel breedte */
|
||||
border-collapse: collapse; /* Verwijdert dubbele randen */
|
||||
margin: 20px 0; /* Ruimte rondom de tabel */
|
||||
width: 100%; /* Tabel breedte */
|
||||
border-collapse: collapse; /* Verwijdert dubbele randen */
|
||||
margin: 20px 0; /* Ruimte rondom de tabel */
|
||||
font-size: 16px;
|
||||
text-align: left; /* Tekst uitlijning */
|
||||
text-align: left; /* Tekst uitlijning */
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Zachte schaduw */
|
||||
border-radius: 10px; /* Afgeronde hoeken */
|
||||
overflow: hidden; /* Hoeken correct afronden */
|
||||
border-radius: 10px; /* Afgeronde hoeken */
|
||||
overflow: hidden; /* Hoeken correct afronden */
|
||||
}
|
||||
|
||||
.styled-table thead {
|
||||
background-color: #868383; /* Blauwe kopregel */
|
||||
color: #ffffff; /* Witte tekst */
|
||||
color: #ffffff; /* Witte tekst */
|
||||
//text-transform: uppercase; /* Hoofdletters */
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.styled-table th, .styled-table td {
|
||||
padding: 12px 15px; /* Ruimte binnen de cellen */
|
||||
padding: 12px 15px; /* Ruimte binnen de cellen */
|
||||
}
|
||||
|
||||
.styled-table tbody tr {
|
||||
|
||||
Reference in New Issue
Block a user