Formato de texto:
Estilo de hipervínculo:
|
Las imágenes a subir en recursos son las siguientes:
Los pasos a seguir para actualizar las URLs son los siguientes:
|
.textbox a {
text-decoration: none !important;
color: #b90505 !important;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.textbox a:hover {
transform: scale(1.1);
box-shadow: 0 0 10px #000000;
background: #ffffff;
color: #0770cd !important;
}
.textbox a:active {
transform: scale(0.9);
box-shadow: 0 0 20px #000000;
color: #FFFFFF !important;
} |