관리-도구
편집 파일: critical.css
html { scroll-behavior: smooth; } body { color: #fff; box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; -webkit-font-smoothing: antialiased; word-break: break-word; word-wrap: break-word; } .mw { max-width: 1000px; margin: 0 auto; } .abs { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .gtc { display: grid; grid-auto-flow: dense; grid-auto-rows: minmax(10em, auto); grid-template-columns: repeat(auto-fill, minmax(13em, 1fr)); grid-gap: 0.45em; } .gt { position: relative; } .gt img { width: 100%; height: 100%; object-fit: cover; border-radius: 1em; /* border: 0.3em solid white; border-style: outset; */ } .gt .t, .gt .bg { display: none; }