개발일지 21/06/10

강민정·2021년 6월 10일

학습한 내용

1.메인 (2)

상단부분

	<div class="list-item">
	</div>

	<div class="list-item banner">
		<div class="w-100 h-100 shop-border">
			<img src="https://via.placerholder.com/150">
		</div>
	</div>







	<div class="list-item">
		<div class="list-half list-half-top shop-border"></div>
			<div class="list-half-header list-half-bg">
				<div class="half-overlay"></div>
				<h3 class="shop-title-border">백화점 상품 그대로</h3>
			</div>





		<div class="list-half list-half-bottom shop-border"></div>
			<div class="list-half-header">
				<div class="headline">hot deal</div>
				<h3>백화점 상품 그대로</h3>
			</div>
	</div>

#shape-main .list-item . list-half-header.list-half-bg {
padding-top: 0;
background-color: green;
}

#shape-main .list-item . list-half-header.list-half-bg {
position: relative;
display: inline-block;
border: solid;
}

2.푸터

학습한 내용 중 어려웠던 점 또는 해결못한 것들

지난번부터 css가 안먹는다.

해결방법 작성

학습 소감

profile
TODO 개발서 만들기

0개의 댓글