【发布时间】:2017-11-27 10:40:38
【问题描述】:
https://www.sololearn.com/Discuss/884349/?ref=app
这是sololearn Playground中的代码。
【问题讨论】:
-
请edit您的问题直接在问题正文中显示相关代码,不要仅仅依赖外部资源的链接。
标签: javascript html css alignment box
https://www.sololearn.com/Discuss/884349/?ref=app
这是sololearn Playground中的代码。
【问题讨论】:
标签: javascript html css alignment box
在您的 css 中替换左右部分的颜色属性。
应该如下:
#left-panel {
background-color: orange;
height: 100px;
}
#right-section {
background-color: green;
height: 500px;
}
【讨论】: