1 Star 0 Fork 0

唐炜仁/TWR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 998 Bytes
一键复制 编辑 原始数据 按行查看 历史
唐炜仁 提交于 2023-12-24 13:38 +08:00 . 改成链接
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>圣诞树</title>
</head>
<body>
<style>
*{
box-sizing: border-box;
}
body{
margin: 0;
height: 100vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
background: #161616;
color: #c5a880;
font-family: sans-serif;
}
label{
display: inline-block;
background-color: #161616;
padding:16px;
border-radius: 0.3rem;
cursor: pointer;
margin-top: 1rem;
width: 300px;
border-radius: 10px;
border:1px solid #C5A880;
text-align: center;
}
ul{
list-style-type: none;
padding: 0;
margin: 0;
}
.btn{
background-color: #161616;
border-radius: 10px;
color: #C5A880;
padding: 16px;
width: 300px;
margin-bottom: 16px;
line-height: 1.5;
cursor: pointer;
}
</style>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/TWRmake/TWR.git
git@gitee.com:TWRmake/TWR.git
TWRmake
TWR
TWR
master

搜索帮助