a simple pure CSS to make PNG or anything glow! It can be applied to divs, texts, links, inputs, buttons, PNG image, and so on. You can use it and/or modify it freely according to your need.
It's originally created for my PokoPoko fun social media project. But then I considering to share it with anyone. XD
It's simple! You'll have to include glowing.css in your project. Example:
<head>
<link rel="stylesheet" href="css/glowing.css"/>
</head>
Then just add class "glowing" to your HTML element of choice, then add the color e.g. "glowing blue".
There are many other color options available: red
, orange
, yellow
, green
, cyan
, lightblue
, blue
, darkblue
, indigo
, purple
, magenta
, pink
.
<img src="img/facebook.png" class="glowing darkblue"/>`
Glowing.css have some more secret classes:
disco
zooming
rotating
quickly
<div class="glowing disco and quickly zooming">
<img src="img/yourlogo.png"/> Your name here
</div>
Good luck! 💖