1 Star 0 Fork 0

chape/sike-css0to1-profile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index1.html 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
chape 提交于 2015-06-22 22:31 . complete chapter01
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
Ask IE to behave like a modern browser
See: https://www.modern.ie/en-us/performance/how-to-use-x-ua-compatible
-->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>My Site</title>
<!--
Disables zooming on mobile devices.
-->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!--
Stylesheet that minimizes browser differences.
See: http://necolas.github.io/normalize.css/
-->
<link rel="stylesheet" href="css/normalize.css">
<!--
Our own stylesheet.
-->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<p>block1</p>
<p>block2</p>
<p>block3</p>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/chape/sike-css0to1-profile.git
git@gitee.com:chape/sike-css0to1-profile.git
chape
sike-css0to1-profile
sike-css0to1-profile
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385