Glow Effect
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?