back
Code
CSS
HTML
Web
#div4{
width:150px;
height:75px;
background-color:red;
}

#div5{
width:150px;
height:75px;
/*This is orange*/
background-color:#FF8B00;
}

#div6{
width:150px;
height:75px;
/*This is green*/
background-color:rgb(48,138,0);
}