You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wownero.org-website/css/background.css

17 lines
301 B

html, body {
width:100%;
height:100%;
padding:0px;
margin:0px;
/*background-color: rgb(38, 38, 38); Old browsers */
/* #191d1e 50%,#283139 */
background-attachment: fixed
}
#projector {
position: absolute;/*fixed; */
top: 0px;
left: 0px;
width:100%;
height:100%;
}