aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/style.css
blob: 43690e2c5875f53943702e2ef62680e25536a32f (plain)
1
2
3
4
5
6
7
8
9
10
11
th {
  text-align: left;
}

tr {
  border: 1px solid black;
}

.redbox {
  background-color: red;
}