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: mudanças entre as edições

De Runas & Campeões
Sem resumo de edição
Sem resumo de edição
Linha 7: Linha 7:
}
}
.card:hover {
.card:hover {
   transform: scale(0.8); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
   transform: scale(0.99); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
}

Edição das 11h56min de 14 de dezembro de 2022

.card {
	border: 2px solid #897051; 
	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) */
}