how to make border less thick code example
Example: border 1px thick
.beispielEins {
border: solid #ccc;
border-width: 3px;
}
.beispielEins {
border: solid #ccc;
border-width: 3px;
}