summaryrefslogtreecommitdiffstats
path: root/main.css
blob: 15d721d8727274da7d08eb1f3a61682b22e2e3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
canvas {
    border: 1px solid greenyellow;
}

textarea {
    width: 25em;
    height: 25ex;
}

x-bytecode {
    display: block;
}

x-bytecode::before {
    display: inline-block;
    width: 1em;
    content: attr(x-index);
    text-align: right;
    padding-right: 0.4em;
}

x-op {
    display: inline-block;
    padding: 5px;
    border: 1px solid grey;
}