Add WIP life calendar
This commit is contained in:
@ -232,3 +232,37 @@ ul.striped_list > li:nth-child(odd) ul li:nth-child(odd) { background-color:#30
|
||||
.display_none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.life_calendar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
max-width: 30rem;
|
||||
flex-wrap: wrap;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.life_calendar > p {
|
||||
height: 0.5em;
|
||||
width: 0.5em;
|
||||
margin: 0.1em;
|
||||
border: solid 0.05em;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
.life_calendar_ticker {
|
||||
position: relative;
|
||||
top: -20rem;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 10rem;
|
||||
}
|
||||
|
||||
.life_calendar_ticker > h1 {
|
||||
font-size: 8rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.life_calendar_ticker > h2 {
|
||||
font-size: 2rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user