Difference between revisions of "polfal:Taina/zegodja.css"

From Vikoli
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
.taina{
.taina{
background-color: #bbb;
background-color: #bbb;
color: #bbb;
color: #eee;
padding: 0.1em;
padding: 0.1em;
transition: ease 0.1s 0s;
transition: ease 0.1s 0s;

Revision as of 22:54, 30 January 2025

.taina{
	background-color: #bbb;
	color: #eee;
	padding: 0.1em;
	transition: ease 0.1s 0s;
}

.taina:hover{
	background-color: #fff;
	color: #000;
}