Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #glow {
- display: flex;
- justify-content: center;
- transition: transform 0.5s ease;
- }
- #glow:hover {
- text-shadow: 0 0 12px #000; /* change to box-shadow for images */
- transition: all 0.5s;
- }
- </style>
- <div id="glow"> yeah hi </div>
Advertisement
Add Comment
Please, Sign In to add comment