User:QuinnBinn/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
QuinnBinn (talk | contribs)
Testing custom css
 
QuinnBinn (talk | contribs)
mNo edit summary
Line 2: Line 2:
transform: scale(1.9);
transform: scale(1.9);
z-index: 2;
z-index: 2;
}
.body{
background-image: linear-gradient(#A69885, #72695A);
}
}

Revision as of 02:56, 7 September 2024

.TestHover:hover {
	transform: scale(1.9);
	z-index: 2;
}

.body{
	background-image: linear-gradient(#A69885, #72695A);
}