aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngScenario/e2e/style.css
blob: 26540becebb74c9717c98290fa2acc045e7fba6b (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;
}