diff options
author | Marco Alexander Fischer | 2018-10-06 20:30:01 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-10-06 20:30:01 +0200 |
commit | 916f85061a4ca82de70a83e289b6f2f02a3218fc (patch) | |
tree | 3c6de3827cbb9beac45c54a623551c3758505aee | |
parent | 81d3cefcbb0418486922fd9acd1688a03a4d6338 (diff) |
Added favicon :lipstick:
-rw-r--r-- | assets/css/style.css | 5 | ||||
-rw-r--r-- | favicon.png | bin | 0 -> 25065 bytes | |||
-rw-r--r-- | index.html | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 3152e92..4507799 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -116,9 +116,14 @@ body { } .bottom-right-logo { + opacity: 0; position: absolute; bottom: 5px; right: 20px; + animation-name: fade-in-custom; + animation-delay: 4s; + animation-duration: 1s; + animation-fill-mode: forwards; } a:visited { diff --git a/favicon.png b/favicon.png Binary files differnew file mode 100644 index 0000000..f8f516f --- /dev/null +++ b/favicon.png @@ -8,7 +8,7 @@ <link rel="stylesheet" href="./assets/css/style.css"> <link rel="stylesheet" href="./assets/fonts/Linearicons-Free-v1.0.0/icon-font.min.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mukta"> - <link rel="shortcut icon" type="image/x-icon" href="./assets/images/favicon.png"> + <link rel="icon" type="image/png" href="favicon.png"> <title>Texx Web</title> </head> <body> |