커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
5-6 [토스 앱 UI] 전체 레이아웃 구현하기
[왕초보] ChatGPT 300% 활용하기 v0
5주차
북마크
김*우
댓글
15
추천
0
조회수
15
조회수
15
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.


결과가 다르게 나타남



스파르타 즉문즉답스파르타 즉문즉답

# 07_styles.css code

.container {

 width: 390px;

 margin: 0 auto;

 background-color: #f5f5f5;

}


.header {

 display: flex;

 justify-content: space-between;

 align-items: center;

 padding: 20px;

}


.logo {

 width: 100px;

 height: 50px;

}


.icons {

 display: flex;

 justify-content: space-between;

 width: 60px;

}


.main {

 padding: 20px;

}


.box {

 height: 100px;

 margin-bottom: 20px;

 background-color: #fff;

}


.box1 {

 /* custom styles for box1 */

}


.box2 {

 /* custom styles for box2 */

}


.box3 {

 /* custom styles for box3 */

}


.privacy-policy {

 margin-top: 20px;

 text-align: center;

}


.footer {

 display: flex;

 justify-content: space-between;

 align-items: center;

 padding: 20px;

}

.footer img {

 width: 30px;

 height: 30px;

 margin: 0 10px;

}






취소
 공유
취소
댓글 0
댓글 알림
나의얼굴