little changes
This commit is contained in:
parent
5c505eaced
commit
6a3f055026
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;
|
||||
}
|
||||
4370
mementomori.html
4370
mementomori.html
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user