How to create opacity of 0.5 color without affecting the child elements.

Step1: Use css style

Step2: background-color: rgba(255, 255, 255, .3)

Reference page : how to make opacity of div

Comments

Popular posts from this blog

First Blog Post