User:Matosh/sandbox/css: Difference between revisions

From SuperCombo Wiki
(matosh/css)
 
mNo edit summary
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 30% opacity */
}
}

Revision as of 21:39, 21 October 2022

div {

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

}