Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/index.css')
-rw-r--r--static/css/index.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 611c3c9..85a062e 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -51,10 +51,11 @@
}
}
-header .navbar {
+header .navbar.animate {
animation: fade-up 0.5s ease-in;
}
+
/* ToolTip */
.tooltip {
@@ -75,7 +76,7 @@ header .navbar {
line-height: 2rem;
max-width: 100%;
}
-#hero .content {
+#hero .content.animate {
animation: fade-left 1s ease-out;
}
@@ -108,7 +109,7 @@ header .navbar {
opacity: 0.8;
}
-#hero .image img {
+#hero .image.animate img {
animation: fade-in 1s ease-out;
box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
transition: box-shadow 0.3s;