Compare commits
1 Commits
kener_v4.0.23
...
vv
| Author | SHA1 | Date | |
|---|---|---|---|
| 1dec4de708 |
@@ -134,6 +134,7 @@ ul {
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
/* if no avatar added: */
|
||||
.placeholder::before {
|
||||
content: "?";
|
||||
@@ -155,9 +156,10 @@ footer {
|
||||
text-align: center;
|
||||
color: var(--dim);
|
||||
font-size: 0.8rem;
|
||||
/* flag{why-are-you-here?} */
|
||||
/* flag{why-are-you-here?} */
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
/* SMTH RESPONSIVE */
|
||||
@media (max-width: 600px) {
|
||||
.grid-2 {
|
||||
@@ -165,3 +167,11 @@ footer {
|
||||
gap: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* nya~ */
|
||||
.birthday {
|
||||
color: var(--dim);
|
||||
font-size: 0.75rem;
|
||||
margin-top: 4px;
|
||||
opacity: 0.75;
|
||||
}
|
||||
@@ -119,6 +119,14 @@
|
||||
<a href="https://chernuha.space" target="_blank">Chernuha</a>
|
||||
</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="avatar"
|
||||
style="background-image: url('assets/images/team/hudan.jpg'); background-size: cover; background-position: center;">
|
||||
|
||||
Reference in New Issue
Block a user