1 Star 0 Fork 0

XUwt/mdn-test-3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
XUwt 提交于 2022-03-18 10:25 . first commit
html {
background-image: url(./images/pattern.png);
}
body {
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
header {
background-color: white;
display: flex;
padding: 0px 30px;
}
header h1 {
font-size: 50px;
flex: 2;
}
header img {
display: block;
height: 70px;
align-self: center;
}
.introduce {
padding: 20px;
background-color: rgb(204, 204, 204);
display: flex;
}
.introduce .description {
margin-left: 20px;
flex: 2;
}
h2 {
line-height: 10px;
margin-bottom: 25px;
}
.description article {
line-height: 30px;
}
.fire-icon {
display: flex;
background-color: rgb(193, 56, 50);
padding: 40px 0;
box-shadow: 0 0 5px black;
}
.fire-icon span {
flex: 20%;
}
.fire-icon img{
width: 300px;
}
.bear-img{
display: flex;
box-shadow: 0 0 10px black;
}
.bear-img img{
width: 100%;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xu_wanting_admin/test.git
git@gitee.com:xu_wanting_admin/test.git
xu_wanting_admin
test
mdn-test-3
v1.0.0

搜索帮助