How do you adjust the opacity of #container HTML?

PeppyChii

New member
Here's the part of the code:

}
#container {
width: 780px;
height: 900px;
background: #FF3399;
margin: 0 auto;
border: 8px dashed #000000;
opacity:1.0;
text-align: left; /*this overrides the text-align: center on the body element. */
}



I tried adding 'opacity' but it doesn't seem to work.
 
Back
Top