Difference between revisions of "polfal:Taina/zegodja.css"
Jump to navigation
Jump to search
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
| Line 9: | Line 9: | ||
background-color: #fff; | background-color: #fff; | ||
color: #000; | color: #000; | ||
transition:0s; | |||
} | } | ||
Revision as of 22:48, 30 January 2025
.taina{
background-color: #bbb;
color: #bbb;
padding: 0.1em;
transition: 0.1s;
}
.taina:hover{
background-color: #fff;
color: #000;
transition:0s;
}