Template:Item/style.css

From Rebornia Wiki
Revision as of 02:22, 6 May 2024 by Grant (talk | contribs) (Created page with ".itembox { width: 50px; height: 50px; background-color: #ddd; border-radius: 5px; position: relative; } .itembox .item-count { position: absolute; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 5px; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.itembox {
  width: 50px;
  height: 50px;
  background-color: #ddd;
  border-radius: 5px;

  position: relative;
}

.itembox .item-count {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
}