fancy a animation
This commit is contained in:
parent
bde5efd1b6
commit
4c0a7cfc2b
@ -59,13 +59,14 @@ ul.nav--links li {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
border-bottom: 3px solid rgba(0, 0, 0, 0);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all 0.2s;
|
transition: border-bottom 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
border-bottom: 3px solid #000000;
|
border-bottom: 3px solid #000000;
|
||||||
transition: all 0.2s;
|
transition: border-bottom 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
article#about {
|
article#about {
|
||||||
|
Reference in New Issue
Block a user