CSSで斜線を引く

背景のグラデーションを利用して斜線を引く。

サンプル

  A1 B2
A
B
  A1 B2
A
B

コード


table tr:first-child th:first-child  {
	background: linear-gradient(80deg, white, white 50%, black 51%, white 52%, white);
}