HOW DO I CHANGE THE TOP OF THE PAGE AAAAAAAAAAAAAAAAAAAA
To change color it's like this
div#header { background: putcolorhere; } div#hSub { background: putcolorhere; color: white; }
To change color it's like this
div#header {
background: putcolorhere;
}
div#hSub {
background: putcolorhere;
color: white;
}