模板:随机梗图/style.css:修订间差异

无编辑摘要
 
(未显示1个用户的13个中间版本)
第1行: 第1行:
<includeonly>
<style>
#memesimg {
#memesimg {
width: 400px;
width: 300px;
height: 400px;
height: 300px;
border: 1px solid;
display:flex;
display:flex;
align-items:center;
align-items:center;
justify-content:center;
justify-content:center;
margin: 0 auto;
}
}
#memesimg a img {
#memesimg a img {
width: 100%;
max-width: 300px;
height: 100%;
max-height: 300px;
object-fit: cover;
object-fit: cover;
}
}
/* [[分类:模板样式]] */
</style>
</includeonly>

2022年11月30日 (三) 08:27的最新版本

#memesimg {
  width: 300px;
  height: 300px;
  display:flex;
  align-items:center; 
  justify-content:center;
  margin: 0 auto;
}
#memesimg a img {
  max-width: 300px;
  max-height: 300px;
  object-fit: cover;
}
/* [[分类:模板样式]] */