posted 1738063020
Forum: HTML Group
View Topics View Profile
hehe please help
Report Topic
posted 1738068968
<style>
body {
background-image: url("here your link to png or gif");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
</style>
Permalink Report Reply