display:flex 질문이요

display:flex 질문이요

QA

display:flex 질문이요

답변 1

본문


<style>
.main_board_latest {
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.main_board_latest .latest_box {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.main_board_latest .latest_box .lt_wr {
  width: 100%;
 
}
@media screen and (max-width: 768px) {
  .main_board_latest .latest_box {
    width: 100%;
}
 </style>

1981889833_1648005111.4942.png

 

위에 이미지를 7:3 비율로하고싶은데 어떻게 해야될지를 모르겠어요... 2일째 헤매고있습니다 도와주세요 ㅠㅠ

이 질문에 댓글 쓰기 :

답변 1

.main_board_latest .latest_box:fisrt-child {width:30%}

.main_board_latest .latest_box:last-child {width:70%}

 

이거 아래에 추가해보세요 ~

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 60,954
© SIRSOFT
현재 페이지 제일 처음으로