User:Matosh/sandbox/css: Difference between revisions

From SuperCombo Wiki
(matosh/css)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
div {
div {
   background: rgba(0, 128, 0, 0.3) /* Green background with 30% opacity */
   background: rgba(0, 128, 0, 0) /* Green background with 0% opacity */
}
}

Latest revision as of 21:39, 21 October 2022

div {

 background: rgba(0, 128, 0, 0) /* Green background with 0% opacity */

}