ok I have this code:
body {
background-color: #d0e4fe;
}
h1 {
color: orange;
text-align: center;
}
p {
font-family: "Times New Roman";
font-size: 20px;
}
and it makes my background all blue
ok want to do the top part of the background one color and middle another color
and the bottom that another color
how do i do that ?
so:
Blue
gray
black
how do I do that ?
Go to the complete details ...