Ativa o menu
Toggle preferences menu
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

Predefinição:Santangelo/styles.css

De Runas & Campeões
a{
	color: #308E89;
}

.card {
	border: 2px solid #308E89; 
	border-radius:15px;
	padding:5px;
	margin:10px;
	transition: transform .2s;
}
.card:hover {
  transform: scale(0.99); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}