Left:
body:after {
content: '';
position: fixed;
bottom:0px;
right: 15px;
width: 200px;
height: 200px;
background-image: url(/api/v0/util/ext/image?img=image link here);
background-size: contain;
background-repeat: no-repeat;
z-index: 1010;
pointer-events: none;
animation: float 3s ease-in-out infinite }

Right:
body:before {
content: '';
position: fixed;
bottom:0px;
left: 15px;
width: 200px;
height: 200px;
background-image: url(/api/v0/util/ext/image?img=image link here);
background-size: contain;
background-repeat: no-repeat;
z-index: 1010;
pointer-events: none;
animation: float 3s ease-in-out infinite }

Edit Report
Pub: 06 Apr 2025 12:53 UTC
Views: 31