Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Donate platform/style.css

Template page
Revision as of 00:00, 1 August 2023 by CriticalResist (talk | contribs)
.donate-logo-container{
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
}

.donate-logo-button{
	width:300px;
	height:300px;
	border:1px black solid;
	border-radius:8px;
}

.donate-logo-image img{
	width:30px;
	height:30px;
	object-fit:contain;
	overflow:hidden;
}

.donate-logo-text{
	
}