3 Star 18 Fork 7

杨得朝/web-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
水平居中03.html 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨得朝 提交于 2020-10-26 14:44 . submit
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.container {
text-align: center;
position: relative;
width: 100%;
background-color: #0099FF;
}
.item {
position: absolute;
width: 100px;
left: 0;
right: 0;
margin: auto;
background-color: #ff266e;
}
</style>
</head>
<body>
<div class="container">
<div class="item">居中</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/yangdechao_admin/web-test.git
git@gitee.com:yangdechao_admin/web-test.git
yangdechao_admin
web-test
web-test
master

搜索帮助