1 Star 0 Fork 1.2K

13373613629/css效果图收集

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
qianming 提交于 2020-11-10 16:55 . 加入进度水球,加入svg背景图
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>垂直居中</title>
<style>
p {
font-size: 100px;
/* display: flex; */
}
.a {
font-family: Helvetica;
background: coral;
/* display: inline-block; */
}
.b {
font-family: Gruppo;
background: darkcyan;
display: inline-block;
}
.c {
font-family: fantasy;
background: darkkhaki;
display: inline-block;
}
</style>
</head>
<body>
<p>
<span class="a">Buttong</span>
<span class="b">Buttong</span>
<span class="c">Buttong</span>
</p>
<div id="main" style="font-size:20px; height:10em;">
<div id="sub-1" style="font-size:15px; height:1em; margin:1em;background-color: darkkhaki;"></div>
<div id="sub-2" style="font-size:15px; height:2em; margin:1em;background-color:darkorange;"></div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/hollybird_admin/css_effect_map_collection.git
git@gitee.com:hollybird_admin/css_effect_map_collection.git
hollybird_admin
css_effect_map_collection
css效果图收集
master

搜索帮助