diff --git a/news/static/news/css/styles.css b/news/static/news/css/styles.css index 33ad544..20bebd4 100644 --- a/news/static/news/css/styles.css +++ b/news/static/news/css/styles.css @@ -149,3 +149,25 @@ a.article-title:hover { } } +.bounce:hover{ + animation: bounce 1.5s; +} +@keyframes bounce { + 0%, 20%, 60%, 100% { + -webkit-transform: translateY(0); + transform: translateY(0); + } + + 40% { + -webkit-transform: translateY(-10px); + transform: translateY(-10px); + } + + 80% { + -webkit-transform: translateY(-5px); + transform: translateY(-5px); + } +} + + + diff --git a/news/static/news/favicon.ico b/news/static/news/favicon.ico deleted file mode 100755 index 606022a..0000000 Binary files a/news/static/news/favicon.ico and /dev/null differ diff --git a/news/static/news/favicon2.ico b/news/static/news/favicon2.ico new file mode 100644 index 0000000..7499d83 Binary files /dev/null and b/news/static/news/favicon2.ico differ diff --git a/news/templates/news/base.html b/news/templates/news/base.html index de2feb5..0abb5af 100644 --- a/news/templates/news/base.html +++ b/news/templates/news/base.html @@ -14,8 +14,8 @@ - - + +