1 Star 1 Fork 0

April_fool_Eve/I-news

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
content.css 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
body{
margin: auto;
text-align: justify;
position: relative;
}
.heading{
height: 24em;
background-size: cover;
background-repeat: no-repeat;
}
h1{
position: absolute;
left: 1em;
top: 9em;
margin: 0;
font-size: 2em;
color: white;
text-shadow: 2px 2px 2px black;
}
.aside {
margin: 1em;
}
.aside a:link{
text-decoration: none;
font-size: small;
}
p.summary {
padding: 0 5em;
color: grey;
}
p.summary:before, p.summary:after {
content: "";
display: block;
border: 1px solid grey;
width: 50%;
color: grey;
margin: 2em auto;
}
.content{
line-height: 1.5;
}
.content img{
display: block;
margin: auto;
}
.content p{
margin-bottom: 1.5em;
}
@media screen and (max-width:640px){
body{
margin: 0;
width: 100%;
}
.heading{
height: 15em;
background-size: cover;
background-repeat: no-repeat;
}
h1{
position: static;
color: black;
text-shadow: none;
padding: 0.5em 0.5em;
}
.aside{
margin: auto;
text-align: center;
}
p.summary{
display: inline-block;
padding: 0 1em;
}
.content p{
padding: 0 1em;
margin: 1em 0;
}
.content img{
max-width: 90%;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/null_558/I-news.git
git@gitee.com:null_558/I-news.git
null_558
I-news
I-news
master

搜索帮助