https://www.sololearn.com/Discuss/884349/?ref=app
这是sololearn playground中的代码。
答案 0 :(得分:0)
在你的css中替换左右两部分的color属性。
应如下:
#left-panel {
background-color: orange;
height: 100px;
}
#right-section {
background-color: green;
height: 500px;
}