.col {
margin-left: auto;
margin-right: auto;
width: 1000px;
display: flex;
flex-direction: row;
justify-content: space-around;
margin-top: 30px;
}
.card {
width: 288px;
height: 290px;
border: 1px solid #ccc;
border-radius: 10px;
padding: 5px;
display: flex;
flex-direction: column;
}
'실습기록' 카테고리의 다른 글
7월 26일 project - sql 기본문법 (0) | 2023.07.27 |
---|---|
7월 25일 project - thymeleaf (0) | 2023.07.25 |
7월 21일 project - 비회원, 회원 댓글, 수정, 삭제 버튼 처리 (0) | 2023.07.25 |
7월 20일 project - 게시판(목록, 상세페이지, 글쓰기, 글수정) (0) | 2023.07.20 |
7월 19일 project - 게시판 템플릿 (0) | 2023.07.19 |