combatgamez Active member Apr 16, 2018 #1 what code to I need to add in to make a static background like this website: https://www.thedarkblues.co.uk/ Thanks in advance.
what code to I need to add in to make a static background like this website: https://www.thedarkblues.co.uk/ Thanks in advance.
artscripts Member Apr 16, 2018 #2 Code: body { background: url( https://you_url.com/name.jpg ) center center no-repeat fixed; background-size: cover; } Upvote 0 Downvote
Code: body { background: url( https://you_url.com/name.jpg ) center center no-repeat fixed; background-size: cover; }