separate bits into blocks & packets

This commit is contained in:
Lewis Moten
2024-05-08 03:19:50 -04:00
parent 462adc30ee
commit 3a787f02ca
3 changed files with 185 additions and 66 deletions

View File

@@ -21,16 +21,22 @@ body {
canvas {
background-color: black;
}
textarea, .raw-data {
.raw-data {
background-color: rgb(41, 59, 10);
color: rgb(75, 185, 75);
width: 250px;
height: 75px;
height: 300px;
font-size: x-small;
border: 1px solid grey;
overflow: auto;
font-family: monospace;
}
.bit-packet {
display: block;
color: yellow;
text-decoration: underline;
padding: 5px 0 5px 10px
}
.bit-wrong {
font-weight: bolder;
color: red;