aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarco Alexander Fischer2018-10-06 20:30:01 +0200
committerMarco Alexander Fischer2018-10-06 20:30:01 +0200
commit916f85061a4ca82de70a83e289b6f2f02a3218fc (patch)
tree3c6de3827cbb9beac45c54a623551c3758505aee
parent81d3cefcbb0418486922fd9acd1688a03a4d6338 (diff)
Added favicon :lipstick:
-rw-r--r--assets/css/style.css5
-rw-r--r--favicon.pngbin0 -> 25065 bytes
-rw-r--r--index.html2
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
new file mode 100644
index 0000000..f8f516f
--- /dev/null
+++ b/favicon.png
Binary files differ
diff --git a/index.html b/index.html
index 83887fd..d0af460 100644
--- a/index.html
+++ b/index.html
@@ -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>