<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>设置背景渐变</title> <style type="text/css"> .big{ width: 300px; height: 300px; background-color: red; margin-top:100px; float: left; } .small{ width: 100px; height: 100px; background-color: blue; margin-top:10px; } </style></head><body><div class="big"> <div class="small"></div></div></body></html>
- 2 回答
- 1 关注
- 1259 浏览
添加回答
举报
0/150
提交
取消