Files
gallery/assets/css/nyaa.css
2025-08-12 01:58:41 +08:00

14 lines
204 B
CSS
Executable File

#gifone {
position: relative;
width: 100px;
height: auto;
}
#giftwo {
position: fixed;
bottom: 0;
left: 25%;
transform: translateX(-50%);
width: 100px;
height: auto;
}