home: page done
This commit is contained in:
parent
7648b2773c
commit
e8768265fb
2 changed files with 24 additions and 0 deletions
|
|
@ -600,6 +600,26 @@ home-content {
|
|||
background-clip: text;
|
||||
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 */
|
||||
|
|
|
|||
|
|
@ -83,6 +83,10 @@
|
|||
</website-news>
|
||||
</box>
|
||||
</boxes>
|
||||
<chibis>
|
||||
<img id="me" src="/static/assets/images/boubouille.webp" />
|
||||
<img id="raplapla" src="/static/assets/images/rapla.webp" />
|
||||
</chibis>
|
||||
</home-content>
|
||||
|
||||
<!-- 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