iiiypuk
/
mySite
Archived
1
0
Fork 0

fancy a animation

This commit is contained in:
Alexander Popov 2021-11-17 03:22:00 +03:00
parent bde5efd1b6
commit 4c0a7cfc2b
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
1 changed files with 3 additions and 2 deletions

View File

@ -59,13 +59,14 @@ ul.nav--links li {
a {
color: #000000;
border-bottom: 3px solid rgba(0, 0, 0, 0);
text-decoration: none;
transition: all 0.2s;
transition: border-bottom 0.2s;
}
a:hover {
border-bottom: 3px solid #000000;
transition: all 0.2s;
transition: border-bottom 0.2s;
}
article#about {