模板:随机梗图/style.css

#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;
}
/* [[分类:模板样式]] */