add stuff at bottom

very minor ryuji changes
This commit is contained in:
Jon Dough
2023-08-09 23:09:38 -07:00
parent 750cfed89b
commit 6370bb7966
18 changed files with 99 additions and 14 deletions

View File

@@ -14,3 +14,20 @@ h2 {
top: 0;
left: 0;
}
.random {
margin-top: 10px;
display: none;
}
.random:target {
display: block;
}
.random:target ~ #ciran {
display: none;
}
.random-content {
min-height: 40px;
}