Answers for "background having opacity and text above to not have opacity"

0

background having opacity and text above to not have opacity

background-color: rgba(255,0,0,0.6);
Posted by: Guest on September-02-2020
0

background having opacity and text above to not have opacity

div{
  background-color: rgba(173,216,230,0.5);
}
/* we have made only the background transparent, not the text */
Posted by: Guest on September-15-2021

Browse Popular Code Answers by Language