make background of div transparent code example
Example: css how to make background transparent
/* Use RGBA */
background-color: rgba(255, 255, 0, 0.75); /* Transparent Yellow */
/* Use RGBA */
background-color: rgba(255, 255, 0, 0.75); /* Transparent Yellow */