๐Ÿ“ฆ bollafa / hangman-js-peer2peer

๐Ÿ“„ style.css ยท 24 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24.underlined {
  padding: 0ch;
  border: none;
  width: 10.5ch;
  background: 
    repeating-linear-gradient(90deg, 
        dimgrey 0, 
        dimgrey 1ch, 
        transparent 0, 
        transparent 1.5ch) 
      0 100%/100% 2px no-repeat;
  color: dimgrey;
  font: 5ch consolas, monospace;
  letter-spacing: .5ch;
}
.underlined:focus {
  outline: none;
  color: dodgerblue;
}

p {
	font: 2ch consolas,monospace;
}