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.
}
#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.