little changes

This commit is contained in:
thatscringebro 2022-09-11 09:52:36 -04:00
parent 5c505eaced
commit 6a3f055026
2 changed files with 81 additions and 4334 deletions

31
mementomori.css Normal file
View 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;
}

File diff suppressed because it is too large Load Diff