make a circle glow on hover
Page 1 of 1
make a circle glow on hover
- Code:
.glow:hover{
border-radius: 50%;
box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
transition: box-shadow 800ms ease-in;
-webkit-transition: box-shadow 800ms ease-in;
-webkit-box-shadow: 0px 0px 15px 10px white;
box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
}
A working example jnet.sytes.net/apps/ai_bot/JNET/ai_bible.php
Similar topics
» css on hover slow fadeout template example!
» 5 ways to make money from playing games
» Make your own private cloud!
» Why the BANKS make so much money.
» Installing Chocolatey & Make On Windows
» 5 ways to make money from playing games
» Make your own private cloud!
» Why the BANKS make so much money.
» Installing Chocolatey & Make On Windows
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum