模板:随机梗图/style.css

#memesimg {
  width: 300px;
  height: 300px;
  border: 1px solid;
  display:flex;
  align-items:center; 
  justify-content:center;
}
#memesimg a img {
  max-width: 300px;
  max-height: 300px;
  object-fit: cover;
}