Is there a way to make only my div
transparent using the opacity
property while keeping the font normal? I cannot assign a separate class or id to the content as it is dynamically generated. Also, using background: rgba();
is not an option for me.
{opacity : '0.3'}
Any ideas on how to achieve this?