table
thead
tr
th
|Title 1
th
|Title 2
th
tbody
tr
td
td
|value
td
View Compiled
table {
th,
td {
box-shadow: 0 0 1px #000;
&:empty {
&:before {
content: "Тут ничего нет..."
}
}
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.