This commit is contained in:
2025-12-09 21:56:13 +01:00
parent 17cae71952
commit 1dec4de708
2 changed files with 20 additions and 2 deletions
+12 -2
View File
@@ -109,7 +109,7 @@ ul {
.special .level { .special .level {
color: var(--text-color); color: var(--text-color);
text-shadow: 1px 0 0 red, -1px 0 0 blue; text-shadow: 1px 0 0 red, -1px 0 0 blue;
} }
/* my dudes */ /* my dudes */
@@ -134,6 +134,7 @@ ul {
background-size: cover; background-size: cover;
} }
/* if no avatar added: */ /* if no avatar added: */
.placeholder::before { .placeholder::before {
content: "?"; content: "?";
@@ -155,13 +156,22 @@ footer {
text-align: center; text-align: center;
color: var(--dim); color: var(--dim);
font-size: 0.8rem; font-size: 0.8rem;
/* flag{why-are-you-here?} */ /* flag{why-are-you-here?} */
margin-top: 4rem; margin-top: 4rem;
} }
/* SMTH RESPONSIVE */ /* SMTH RESPONSIVE */
@media (max-width: 600px) { @media (max-width: 600px) {
.grid-2 { .grid-2 {
grid-template-columns: 1fr; grid-template-columns: 1fr;
gap: 0; gap: 0;
} }
}
/* nya~ */
.birthday {
color: var(--dim);
font-size: 0.75rem;
margin-top: 4px;
opacity: 0.75;
} }
+8
View File
@@ -119,6 +119,14 @@
<a href="https://chernuha.space" target="_blank">Chernuha</a> <a href="https://chernuha.space" target="_blank">Chernuha</a>
</div> </div>
<div class="member">
<div class="avatar"
style="background-image: url('assets/images/team/vv.jpg'); background-size: cover; background-position: center;">
</div>
<a href="./miku.html" target="_blank">vv</a>
<p class="birthday">Happy Birthday, darling ♡</p>
</div>
<div class="member"> <div class="member">
<div class="avatar" <div class="avatar"
style="background-image: url('assets/images/team/hudan.jpg'); background-size: cover; background-position: center;"> style="background-image: url('assets/images/team/hudan.jpg'); background-size: cover; background-position: center;">