(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 | 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 */
}