Template:Diff/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:Diff
Revision as of 02:25, 26 July 2024 by Paisley Park (talk | contribs) (Created page with ".volDiffBox { display: flex; flex-direction: column; border: 1px solid #000; margin: 10px; width: 250px; text-align: center; } .volDiffTitle { font-weight: bold; text-align: center; } .volDiffContent { display: flex; flex-direction: column; } .volDiffImages { flex-grow: 1; display: flex; align-items: center; justify-content: center; } .volDiffImages img { max-width: 100%; height: auto; } .volDiffCaption { text-align: center; paddi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.volDiffBox {
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  margin: 10px;
  width: 250px;
  text-align: center;
}

.volDiffTitle {
  font-weight: bold;
  text-align: center;
}

.volDiffContent {
  display: flex;
  flex-direction: column;
}

.volDiffImages {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.volDiffImages img {
  max-width: 100%;
  height: auto;
}

.volDiffCaption {
  text-align: center;
  padding: 5px;
}