Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
blob: cc7e4dc097745cf76f5d4ca93847277c24ca5ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.damage-effect-indicator.bruise {
  background-color: orange;
}

.damage-effect-indicator.lethal {
  background-color: red;
}

.damage-effect-indicator {
  width: 20px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid black;
  display: block;
  user-select: none;
  font-family: monospace;
}