08

来源:互联网 发布:php api接口测试工具 编辑:程序博客网 时间:2024/05/02 05:02
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>属性</title><link href="Untitled-2.css" rel="stylesheet" type="text/css"/></head><body><div id="AA"><div id="first">第一个盒子</div><div id="second">第二个盒子</div><div id="third">第三个盒子</div></div></body></html>

@charset "utf-8";div {margin: 10px;padding: 5px;font-size: 12px;line-height: 25px;}#AA {border: 1px #C00 solid;padding: 0px;}#first {background-color: #FC9;border: 1px #B55A00 dashed;position: absolute;top: 70px;left: 20px;}#second {background-color: #0F6;border: 1px #099 dashed;position: absolute;top: 50px;left: 80px;}#third {background-color: #90F;border: 1px #606 dashed; }

0 0
原创粉丝点击