1 Star 0 Fork 0

zfh/电影影评网

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 871 Bytes
一键复制 编辑 原始数据 按行查看 历史
zfh 提交于 2019-03-17 21:46 . css3作业
<!doctype <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>css3作业</title>
<p>第一个p标签</p>
<h1>第一个标签</h1>
<h2>张峰华的作业<h2>
<style>
body{
background: black
}
p{
color:green
}
h1{
color:yellow
}
h2{
color:blue
}
div{
height: 90px;
width: 90px;
background: red;
margin: 8px;
float: right;
}
div.a1{
background: white;
}
#zfh{
background: rgb(0, 0, 0);
}
</style>
</head>
<body>
<div id="zfh"></div>
<div class="a1"></div>
<div id="zfh"></div>
<div class="a1"></div>
<div id="zfh"></div>
<div class="a1"></div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zx13087356561/film_review_network.git
[email protected]:zx13087356561/film_review_network.git
zx13087356561
film_review_network
电影影评网
master

搜索帮助