Hello Dear, I am Faruk Ahemd Today i will Show How to add Ranbow Color Glowing Line Animation In Your Blogger Website. This is a amazing animation code from which you can add glowing line animation at bottom of your site like Google assistant.
Just follow some simple steps to add this animation in your website
Related Posts
FOLLOW STEP
- Go to Your Blogger Dashboard
- Click On Theme Option
- Click On Customise Button
- Scroll Down And Click Advance
- Click On Theme Color 🔻 Arrow Button
- Finally Click Add CSS and Paste Below CSS Code
- Now Click Save Icon
- Go to Your Blogger Dashboard
- Click On Theme Option
- Click On Arrow Button🔻
- And Click Now Edit Html
- Finding </footer> Footer Close Teg
- And Paste Code After </footer> Footer Closing Teg
- Save Template
/* Bottom Bar Animation by CreatorFaruk */ .animeTWD,.animeBlurTWD{position:fixed;width:100%;bottom:0;left:0;right:0;height:3px;z-index:23;background:linear-gradient(-45deg, #4086F4, #31A952, #FBBE01, #EB4132,#4086F4, #31A952, #FBBE01, #EB4132);background-size:200%;-webkit-animation:animeBar 5s linear infinite;animation:animeBar 5s linear infinite}.animeBlurTWD{height:10px;z-index:22;filter:blur(10px);opacity:.7}@-webkit-keyframes animeBar{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes animeBar{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
<!--[ Bottom Bar Animation by CreatorFaruk ]--> <div class='animeTWD'> <div class='animeBlurTWD'> </div> </div>
Rate This Article
Thank You So Much How To Add Rainbow Color Glowing Line Your Website Bottom | CreatorFaruk For Reading This Article.