テーブルにボーダーを引く
author:
zk_phi.icon
テーブルにボーダーを引きます。
code:table-border.css
.table-block .cell {
box-shadow:
1px 0 0 0
#888,
0 1px 0 0
#888,
1px 1px 0 0
#888,
1px 0 0 0
#888
inset,
0 1px 0 0
#888
inset
}
サンプル
https://gyazo.com/9f97a632254d0290bf1a4f4d9635829e
背景色の抜き方は
テーブルを派手めに表示するUserCSS
を参照。
UserCSS.icon