请问是否正确
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <!DOCTYPE html> < html > < head > < meta charset = "UTF-8" > < title >Document</ title > < style > *{ padding: 0; margin: 0; } .blue{ width: 100px; height: 100px; background: blue; /*在此处添加相应代码*/ position:relative; top:50px; left:50px; } .red{ width: 100px; height: 100px; background: red; } </ style > </ head > < body > < div class = "blue" ></ div > < div class = "red" ></ div > </ body > </ html > |
108
收起
正在回答
1回答
效果是正确的,继续加油哦!
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧