ASTRO's profile picture

Published by

published
updated

Category: Web, HTML, Tech

(fixed already ^^ ty guys)

Everything was going fine and dandy, until i followed a tutorial on how to put and image on my background and it didn't work.. so i tried putting the color black/#000000 and everything else stopped working?? can some1 tell me what i did wrong here?

<style>

body 


        {background-color: #010101; no-repeat fixed; background-size:cover;


}

main 


  background-color: #000000;


  color: #5bdb00;

}


:root {


        --logo-blue: #010101;


        --darker-blue: #ff3396;


        --lighter-blue: #5bdb00;


        --even-lighter-blue: #ff3396;


        --lightest-blue: #000000;


        --dark-orange: #ff3396;


        --light-orange: #ff3396;


        --even-lighter-orange: #ff007b;


        --green: #5bdb00;


    }


</style>


2 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

GOAT

GOAT's profile picture

see that main

no opening bracket there :o


Report Comment



also try

body {
background-color: #010101 !important; }

<33

by GOAT; ; Report

AHH YEAH I FORGOR TYSMMM

by ASTRO; ; Report

God

God's profile picture

you put your body opening bracket in a strange spot, might b that


Report Comment



YEAH I JUST NOTICED THAT /lh Gonna fix it now tho ^^

by ASTRO; ; Report