PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

make a circle glow on hover

Go down

make a circle glow on hover Empty make a circle glow on hover

Post by jamied_uk 2nd December 2022, 12:25

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
jamied_uk
jamied_uk
Admin

Posts : 2965
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum