Animated Glowing Border Effect With The Divi Theme 👍

Описание к видео Animated Glowing Border Effect With The Divi Theme 👍

Animated Glowing Border Effect With The Divi Theme. We are going to be using the Divi theme to create some great effects in this series of videos. The Divi theme has some great modules and effects. With a little work you can achieve some great eye-catching effects to enhance the look and user experience of your website
Today we will be demonstrating how to create an animated glowing border effect on hover on using the Divi theme. There are no extra plugins involved in this today.
In this video today, we are going to use a bit of CSS code to style the borders the way that we want them, so it will look similar to the buttons we created in the last video. Don't let the CSS coding put you off, it is very easy, and any code I write today I will paste below the video for you to use as you wish. You are welcome to copy the code and paste it into your site, CSS is a great thing to learn, so I encourage you to try out some of your own ideas to get familiar with it. You can't break your site with CSS, if something doesn't work simply delete it to return back to how the site was previously.
So, follow along with the video and see how easy it is to create an animated glowing border effect on hover using the Divi theme.
For more information on the Divi theme, check out our Divi playlists below.

My Blog : https://web-design-and-tech-tips.com

Original code page: https://codepen.io/leandrosimoes/pen/...

--------- CSS CODE USED TODAY ---------

/* Glowing Frame */

.glowframe:before {
content: '';
background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
position: absolute;
top: -2px;
left:-2px;
background-size: 400%;
z-index: -1;
filter: blur(5px);
width: calc(100% + 4px);
height: calc(100% + 4px);
animation: glowing 20s linear infinite;
opacity: 1;
transition: opacity .3s ease-in-out;
border-radius: 10px;
}

.glowframe:active {
color: #000
}

.glowframe:active:after {
background: transparent;
}

.glowframe:hover:before {
opacity: 1;
}

.glowframe:after {
z-index: -1;
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #111;
left: 0;
top: 0;
border-radius: 10px;
}

.glowframe:hover:after {
background:transparent;
}

@keyframes glowing {
0% { background-position: 0 0; }
50% { background-position: 400% 0; }
100% { background-position: 0 0; }
}

--------- RECOMMENDED PLAYLISTS ---------

Elementor Ecommerce Store:    • Elementor Ecommerce Store Woocommerce...  

Divi Snippets:    • Divi 4 Snippets Divi Theme Overview 👍  

Divi 4 Ecommerce Store:    • Divi 4 Ecommerce Store Theme Setup An...  

Bootstrap 4 Basics:    • Bootstrap 4 Basics Index Page and Ext...  

Elementor:    • Elementor Wordpress Builder Install A...  

WordPress Tips:    • Wordpress 2020 Theme Customize The Pa...  


--------- RECOMMENDED VIDEOS: ---------

Bootstrap 4 Complete One Page Scrolling Website Tutorial :    • Bootstrap 4 Complete One Page Scrolli...  

Elementor Wordpress Builder One Page Scrolling Site In 15 Minutes:    • Elementor Wordpress Builder One Page ...  

Bootstrap - How to edit a bootstrap template:    • Bootstrap - How to edit a bootstrap t...  

Divi Add a live facebook feed to your divi or any wordpress website:    • Divi Add a live facebook feed to your...  

Divi 4 Theme How To Build A Multi Page Website In 20 Minutes:    • Divi 4 Theme How To Build A Multi Pag...  

Elementor Wordpress Builder How To Build A Parallax Section:    • Elementor Wordpress Builder How To Bu...  

--------- SOCIAL MEDIA ---------
Follow what I'm doing on:

Facebook:   / system22.net  

Twitter:   / 22itsolutions1  

Linkedin:   / jamie-henry-546b7377  


Support the channel: https://paypal.me/system22


Courses I teach: https://www.udemy.com/user/jamiehenry2/


Subscribe:    / @system22  


#YouTubeTips #WebDesignTips #FreeWebDesignTutorials #BuildYourOwnWebsite

Комментарии

Информация по комментариям в разработке