cool unnecessary styling
This commit is contained in:
parent
1d6de94c53
commit
86b982ecca
1 changed files with 11 additions and 3 deletions
|
@ -18,16 +18,24 @@
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
background-image: linear-gradient(135deg,
|
||||||
|
black 0%,
|
||||||
|
black 50%,
|
||||||
|
transparent 50%,
|
||||||
|
transparent 100%
|
||||||
|
);
|
||||||
|
background-size: 250%;
|
||||||
|
background-position: 90% 90%;
|
||||||
border: 2px solid;
|
border: 2px solid;
|
||||||
transition-property: color, border-color, background-color;
|
transition-property: color, border-color, background-position;
|
||||||
transition-duration: .5s;
|
transition-duration: .75s;
|
||||||
}
|
}
|
||||||
a span, a svg {
|
a span, a svg {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: white;
|
color: white;
|
||||||
|
background-position: 0% 0%;
|
||||||
border-color: black;
|
border-color: black;
|
||||||
background-color: black;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue