oke so the picture on the background of my page is mine, please credit if you want to use
anyway the code is here, paste into about me section
also, make sure to copy the actual image address, so the url should end in .png .gif. .jpg or any other image format
also form testing ive found that imgur doesnt play nice with spacehey, use imgbb or some other image hoster
keep the indentations - its important
<style>
body{
background-image:url('UR IMAGE HERE');
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center,center;
background-size: cover;
}
main{
background-color:rgba(255,255,255,0.5);
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )