iiiypuk
/
mySite
Archived
1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov 4c0a7cfc2b
fancy a animation 2021-11-17 03:22:00 +03:00
Alexander Popov bde5efd1b6
change link to humans.txt 2021-11-17 03:21:44 +03:00
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>~/</title>
<link type="text/plain" rel="author" href="http://iiiypuk.me/humans.txt">
<link type="text/plain" rel="author" href="https://iiiypuk.me/humans.txt">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap" rel="stylesheet">

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 {