Languages
[Edit]
EN

CSS - glowing effect on hover

0 points
Created by:
Jan-Alfaro
681

In this article, we would like to show you how to achieve glowing effect on hover using CSS.

How to achieve glowing effect:

  1. set dark background-color property,
  2. set text opacity using color property (rgba() the fourth argument) to 80% (0.8), so you can disable it on hover effect,
  3. use the box-shadow property with a bright color to make it appear like it is glowing,
  4. use transition property for a better effect.

Practical example

Edit

In this example, we present how to achieve the glowing effect with the div element using CSS.

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join