mirror of
https://github.com/smartykit/apple1.git
synced 2025-01-13 20:31:57 +00:00
8x8 Pixel Art CSS styles
This commit is contained in:
parent
89fca92161
commit
2b2a3fc8ab
53
index.css
Normal file
53
index.css
Normal 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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user