返回 第一个css案...... 登陆

第一个css案例

aloe 2018-12-06 16:24:18 170

<!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=gb2312" />

<title>css案例</title>

<link rel="stylesheet" type="text/css">

<style type="text/css">

 .box{width:980px; height:20px; background: #0099CC}

 #main{width:300px; height:300px; background:#FF0000}

 </style>

</head>

<body>

<div class="box"></div>

<div id="main">

</div>

</body>

</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤 • 省市区接口说明 • 用thinkphp,后台新增栏目 • 管理员添加编辑删除 • 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网