1 Star 0 Fork 0

Jman/html_study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 991 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jman 提交于 2016-11-15 08:21 . add all
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>lesson one</title>
<style>
#nn{
padding-top: 50px;
background-color: red;
padding-bottom: 0px;
border-top-width: 10px;
border-top-style: solid;
border-top-color: blue;
margin-top: 20px;
width: 600px;
height: 400px;
}
#inline{
background-color: green;
height: 200px;
width: 400px;
padding-top: 30px;
padding-right: 10px;
border-top-width: 10px;
border-top-style: solid;
border-top-color: red;
border-right-width: 10px;
border-right-style: solid;
border-right-color: red;
margin-right: 20px;
}
</style>
</head>
<body>
<div id='peipei'>
陪陪
</div>
<div id='nn'>
nannan
</div>
<p>
陪陪
</p>
<span id='inline'>
peipei
</span>
<span>nannan</span>
<i>i biaoqian</i>
<br />
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jcto/html_study.git
git@gitee.com:jcto/html_study.git
jcto
html_study
html_study
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385