Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

Difference between revisions of "User:Immewnity/fluent.css"

on PidgiWiki, the video game media repository
(Created page with "li.gallerybox div.thumb:hover { background-color: #f00; transition: 1s; }")
 
Line 1: Line 1:
 +
li.gallerybox div.thumb {
 +
    transition: 1s;
 +
}
 
li.gallerybox div.thumb:hover {
 
li.gallerybox div.thumb:hover {
 
     background-color: #f00;
 
     background-color: #f00;
 
     transition: 1s;
 
     transition: 1s;
 
}
 
}

Revision as of 00:04, 14 October 2022

li.gallerybox div.thumb {
    transition: 1s;
}
li.gallerybox div.thumb:hover {
    background-color: #f00;
    transition: 1s;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.