UNPKG
randomart-js
Version:
latest (0.1.1)
0.1.1
0.1.0
Generates a randomart image from a buffer or hexadecimal string
randomart-js
/
example
/
style.css
16 lines
(13 loc)
•
249 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#randomart
tr
:nth-child
(even)
td
:nth-child
(even),
#randomart
tr
:nth-child
(odd)
td
:nth-child
(odd) {
background-color
:
#fefefe
; }
#randomart
td
{
width
:
1em
;
font-family
:
"monospace"
;
text-align
: center; }
#randomart
tr
{
height
:
1.5em
; }