User:Pax/sandbox.css: Difference between revisions

From From Dusk till Jawn
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
opacity: .4;
opacity: .4;
}
}
.urhanbalance {position: absolute; bottom: 8px; right: 16px;}

Revision as of 09:04, 16 January 2021

#urhan {color: #FFFFFF; background-color: #140E0A; padding:2em; margin-bottom: 0; font-family: Josefin Sans; font-size: 12pt; position: relative; text-align: center;}

.urhanpic {border: 0px solid black; position: absolute; top: 8px; left: 16px;}
/* Opacity #1 */
.urhanpic img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.urhanpic :hover img {
	opacity: .4;
}

.urhanbalance {position: absolute; bottom: 8px; right: 16px;}