La till en bakgrundsbild i en mapp jag kallar bilder. Hade först css-filen till bakgrundsbilden i indexmappen men skapade sen en mapp som heter css.
Ändrade i html-filen till:
Kod: Markera allt
<link href="css/main.css" rel="stylesheet" type="text/css">
Kod: Markera allt
body { background-image: url(bilder/bg.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: fixed }
Kod: Markera allt
body { background-image: url(../bilder/bg.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: fixed }