-1

https://www.sololearn.com/Discuss/884349/?ref=app

This is code in sololearn playground.

  • 3
    Please [edit] your question to show the relevant code directly in the question body, don't just rely on a link to an external resource. – nnnnnn Nov 27 '17 at 02:24

1 Answers1

0

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;
  }