home: almost finished bibou oracle

This commit is contained in:
Agahnim 2026-03-23 16:49:00 +01:00
parent db2000640a
commit c0a0225eaa
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
7 changed files with 101 additions and 1 deletions

View file

@ -465,6 +465,45 @@ home-content {
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
bibou-oracle {
background-image: url(assets/images/boob_oracle_bg.png);
bibou-container {
position: relative;
display: block;
width: 100px;
margin: 0 auto;
cursor: pointer;
img {
width: 100%;
display: block;
}
&:hover .bibou {
opacity: 1;
}
.bibou {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
&:hover .boubou {
opacity: 0;
}
}
bibou-text {
font-style: italic;
text-align: center;
}
}
}
&#newsbox {