Template:BentoGrid/styles.css: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 April 2026

  • curprev 19:4719:47, 17 April 2026 律Rhyme talk contribs 4,668 bytes +4,668 Created page with ".bento-grid { display: grid; gap: 16px; max-width: 1000px; } .bento-grid-cols-2 { grid-template-columns: repeat(2, 1fr); } .bento-grid-cols-3 { grid-template-columns: repeat(3, 1fr); } .bento-grid-cols-4 { grid-template-columns: repeat(4, 1fr); } .bento-grid-cols-5 { grid-template-columns: repeat(5, 1fr); } .bento-grid-cols-6 { grid-template-columns: repeat(6, 1fr); } .bento-box { position: relative; overflow: hidden; border: 1px solid #333338;..."