home: scratch that idea, bibou oracle finished
This commit is contained in:
parent
e2d0f6006c
commit
64c32f8c6f
3 changed files with 34 additions and 38 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB |
|
|
@ -466,43 +466,41 @@ home-content {
|
|||
gap: 2rem;
|
||||
}
|
||||
|
||||
bibou-oracle {
|
||||
background-image: url(assets/images/boob_oracle_bg.png);
|
||||
|
||||
bibou-container {
|
||||
position: relative;
|
||||
bibou-container {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100px;
|
||||
margin: 0 auto;
|
||||
cursor: pointer;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
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;
|
||||
&: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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue