8x8 Pixel Art CSS styles

This commit is contained in:
Computer construction kit SmartyKit 2021-01-28 22:55:06 +03:00 committed by GitHub
parent 89fca92161
commit 2b2a3fc8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 53 additions and 0 deletions

53
index.css Normal file
View File

@ -0,0 +1,53 @@
#m-line {
display: flex;
}
#hexLabels {
margin-left: 20px;
}
#open {
margin-left: 20px;
}
#addFrame {
margin-left: 20px;
}
#anim {
word-wrap: break-word;
}
.cell {
width: 40px;
height: 40px;
border: 1px solid black;
}
.cell-active {
background-color: orange;
}
.row {
display: flex;
}
.binLabel {
height: 40px;
border: 1px solid black;
width: 85px;
}
.hexLabel {
height: 40px;
border: 1px solid black;
width: 40px;
}
.label-p {
margin-top: 0;
margin-bottom: 0;
text-align: center;
padding-top: 11px;
}