Below is the code to set opacity to the background color of an element.
/* Set opacity to the background color of an element */ | |
.class { | |
background-color: rgba(225, 225, 225, 0.7); | |
} |
Below is the code to set opacity to the background color of an element.
/* Set opacity to the background color of an element */ | |
.class { | |
background-color: rgba(225, 225, 225, 0.7); | |
} |