use rgba background.
background: rgba(0, 0, 0, 0.5);
values ββcorrespond to the intensity of red, the intensity of green, blue intensity
the decimal value is opacity, and it works from 0 to 1.
if you need to configure it without too much difficulty check: css3 maker
source share