.example-grid { display: grid; justify-content: center; align-items: center; grid-template-columns: repeat(5, 1fr); }
그리드 항목은 왼쪽으로 정렬이 되요 ㅠㅠ
section {
width: 400px;
height: 400px;
border:1px solid #ccc;
display: grid;
justify-content: center;
align-content: center;
gap: 4px;
grid-auto-flow: column;
}
div{
background:#777;
color:#fff;
padding: 30px;
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
이 게시물을 신고 하시겠습니까?신고사유를 선택해주세요.