소스 수정 부탁드립니다 ㅠㅠ
본문
답변 2
.sec06 .tab_content{justify-content: space-between;}
.sec06 input[type="radio"]+ label{width: calc((100% - 20px) / 2);background-size: cover;}
.sec06 input[type="radio"]:checked + label{background-size: cover;}
도움이 되셨다면 채택 한번 부탁드립니다^^ !-->
아래 css 추가해보세요
<style>
.sec06 .tab_content {
justify-content: space-between;
}
.sec06 input[type="radio"]+ label {
width: 540px!important;
}
</style>
답변을 작성하시기 전에 로그인 해주세요.