home: page done
This commit is contained in:
parent
64c32f8c6f
commit
bec16ce0e4
2 changed files with 24 additions and 0 deletions
|
|
@ -600,6 +600,26 @@ home-content {
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
animation: woopwoop 1.2s ease-in-out infinite, woopwoopmove 2s linear infinite;
|
animation: woopwoop 1.2s ease-in-out infinite, woopwoopmove 2s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
chibis {
|
||||||
|
img {
|
||||||
|
position: fixed;
|
||||||
|
z-index: 999;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
|
&#me {
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 10svw;
|
||||||
|
}
|
||||||
|
|
||||||
|
&#raplapla {
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 15svw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 404 */
|
/* 404 */
|
||||||
|
|
|
||||||
|
|
@ -83,6 +83,10 @@
|
||||||
</website-news>
|
</website-news>
|
||||||
</box>
|
</box>
|
||||||
</boxes>
|
</boxes>
|
||||||
|
<chibis>
|
||||||
|
<img id="me" src="/static/assets/images/boubouille.webp" />
|
||||||
|
<img id="raplapla" src="/static/assets/images/rapla.webp" />
|
||||||
|
</chibis>
|
||||||
</home-content>
|
</home-content>
|
||||||
|
|
||||||
<!-- I know I know but I need it for this pretty rainbow flagish animation -->
|
<!-- I know I know but I need it for this pretty rainbow flagish animation -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue