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?

/* -- 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?
Was this helpful?