We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edb5c6 commit 4867f29Copy full SHA for 4867f29
apps/web/src/components/Bg.tsx
@@ -3,7 +3,7 @@ import _ from "lodash";
3
4
export default component$(()=>{
5
return <div class="absolute bottom-0 left-0 right-0 w-full h-max z--1 of-hidden">
6
- <img src="https://web-assets.c5y.moe/B50/bg.png" class="h-max w-full" />
+ <img src="https://web-assets.c5y.moe/B50/bg.png" class="block h-max w-full" />
7
<img src="https://web-assets.c5y.moe/B50/fish.png" class="absolute bottom-0 left-0 right-0 w-full h-max" style={{
8
transform: `translateY(${_.random(-75, 50)}px) translateX(${_.random(-150, 50)}px) rotate(${_.random(-5, 5)}deg)`,
9
}} />
0 commit comments