border 1px 1px solid black code example
Example: border 1px thick
.beispielEins {
border: solid #ccc;
border-width: 3px;
}
.beispielEins {
border: solid #ccc;
border-width: 3px;
}