...
| UI Expand |
|---|
| title | Código y cambios que aplica |
|---|
|
Formato de texto:
Estilo de hipervínculo: | Bloque de código |
|---|
| language | css |
|---|
| theme | EclipseMidnight |
|---|
| .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;
} |

|
...