mirror of
https://github.com/osmarks/website
synced 2025-09-07 21:05:59 +00:00
4D tic-tac-toe (real)
This commit is contained in:
41
experiments/tictactoe4d/dist/webworker_glue.css
vendored
Normal file
41
experiments/tictactoe4d/dist/webworker_glue.css
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
/* app.css */
|
||||
.layer {
|
||||
margin: 1em;
|
||||
border: 1px solid #666;
|
||||
display: inline-block;
|
||||
}
|
||||
.cell {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.slot {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
display: inline-block;
|
||||
border: 1px solid #aaa;
|
||||
font-size: 0.5em;
|
||||
}
|
||||
.slot-1 {
|
||||
background: blue;
|
||||
}
|
||||
.slot-2 {
|
||||
background: red;
|
||||
}
|
||||
.board {
|
||||
display: flex;
|
||||
}
|
||||
.row {
|
||||
display: flex;
|
||||
}
|
||||
.highlight {
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
top: 25%;
|
||||
left: 25%;
|
||||
position: relative;
|
||||
}
|
||||
.abspos-indicator {
|
||||
height: 100%;
|
||||
background-size: cover;
|
||||
}
|
||||
/*# sourceMappingURL=webworker_glue.css.map */
|
Reference in New Issue
Block a user