반응형 빽그라운드 패턴1 개발자가 쓰는 빽그라운드 패턴 이미지 디자인(스크랩) 출처: https://wsss.tistory.com/1532 에서 스크랩 /* Layout things */ * { margin: 0; padding: 0; box-sizing: border-box; } html, body, main { height: 100%; } body { background: #35363A; } main { display: grid; place-items: center; max-width: 80em; margin: auto; } ul { width: 100%; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 1em; padding: 2em; grid-template-columns: r.. 2021. 1. 13. 이전 1 다음 반응형