Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background color transparent opacity css

/* css semi-transparent background color */
.bg-semi-transparent {
  background-color: #ffffff40!important;
  /* change numbers from 00 to 99 at last of hex code 
  for transpency you want. */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #background #color #transparent #opacity #css
ADD COMMENT
Topic
Name
1+2 =