https://www.sololearn.com/Discuss/884349/?ref=app
This is code in sololearn playground.
https://www.sololearn.com/Discuss/884349/?ref=app
This is code in sololearn playground.
In your css replace the color property for the left and right sections.
Should be as follows:
#left-panel {
background-color: orange;
height: 100px;
}
#right-section {
background-color: green;
height: 500px;
}