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>
 
       
             
             Report Blog Entry
            Report Blog Entry
          
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
GOAT
see that main
no opening bracket there :o
also try
body {
background-color: #010101 !important; }
<33
by GOAT; ; Report
AHH YEAH I FORGOR TYSMMM
 TYSMMM
by ASTRO; ; Report
God
you put your body opening bracket in a strange spot, might b that
YEAH I JUST NOTICED THAT /lh Gonna fix it now tho ^^
/lh Gonna fix it now tho ^^
by ASTRO; ; Report