css border 1px solid black code example
Example 1: table border css
table, th, td {
border: 1px solid black;
}
Example 2: border 1px thick
.beispielEins {
border: solid #ccc;
border-width: 3px;
}
table, th, td {
border: 1px solid black;
}
.beispielEins {
border: solid #ccc;
border-width: 3px;
}