Py-detect / src /styles.css
Oviya
all update
463dbc3
raw
history blame
300 Bytes
body, html {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background: url('/assets/background.jpg') no-repeat center center fixed;
background-size: cover;
}
body.homepage-bg {
background: url('/assets/background.jpg') no-repeat center center fixed;
background-size: cover;
}