845
edits
No edit summary |
No edit summary |
||
| Line 60: | Line 60: | ||
/* Color & Background */ | /* Color & Background */ | ||
background-attachment: scroll; | background-attachment: scroll; | ||
background-color: rgba(0, 0, 0, 0. | background-color: rgba(0, 0, 0, 0.5); | ||
background-image: none; | background-image: none; | ||
background-position: 0% 0%; | background-position: 0% 0%; | ||
| Line 68: | Line 68: | ||
/* Box */ | /* Box */ | ||
height: 100px; | height: 100px; | ||
width: | width: 80%; | ||
border: 0px none rgb(194, 200, 207); | border: 0px none rgb(194, 200, 207); | ||
border-top: 0px none rgb(194, 200, 207); | border-top: 0px none rgb(194, 200, 207); | ||