little changes
This commit is contained in:
31
mementomori.css
Normal file
31
mementomori.css
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
body{
|
||||||
|
text-align: center;
|
||||||
|
background-color:#FCFBFA;
|
||||||
|
color:#4B4A4A;
|
||||||
|
}
|
||||||
|
.container{
|
||||||
|
|
||||||
|
}
|
||||||
|
.decade{
|
||||||
|
display: flex;
|
||||||
|
margin-top: 20px
|
||||||
|
}
|
||||||
|
.boxes{
|
||||||
|
margin: auto;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(53,auto);
|
||||||
|
row-gap: 4px;
|
||||||
|
-moz-column-gap: 4px;
|
||||||
|
column-gap: 4px;
|
||||||
|
}
|
||||||
|
.box{
|
||||||
|
width: 8px;
|
||||||
|
height: 8px;
|
||||||
|
border: 1px solid #4B4A4A;
|
||||||
|
}
|
||||||
|
.enabled{
|
||||||
|
background-color: #252525;
|
||||||
|
}
|
||||||
|
.box-break{
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
4384
mementomori.html
4384
mementomori.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user