Почему граница TR не показывает
table {
border-collapse: collapse;
}
Old-fashioned Oryx
table {
border-collapse: collapse;
}
// you probably forgot to add the border-style parameter.
/ Try the following
.container {
border: black solid;
}