Glow Effect

/* -- Glowing Testimonial Box CSS -- */
.glow-up {
box-shadow: 0 0 15px 5px gold, 0 0 5px 2px gold inset;
transform: scale(1.05); /* Makes it slightly larger */
border: 1px solid gold;
}Last updated
Was this helpful?
Make your area glow

/* -- Glowing Testimonial Box CSS -- */
.glow-up {
box-shadow: 0 0 15px 5px gold, 0 0 5px 2px gold inset;
transform: scale(1.05); /* Makes it slightly larger */
border: 1px solid gold;
}Paste code into Custom CSS.
Apply the glow-up class to any column or row
Last updated
Was this helpful?
Was this helpful?

