21.07.21

유진·2021년 7월 21일


네이버 쇼핑페이지 카피캣

#shop-main .list-item .category-wrap .category-left h3 {
	font-size: 13px;
	color: rgba(255,255,255,0.46); 
}

color: rgba(255,255,255,0.46);
앞에 255, 255, 255는 rgb색상표 마지막 0.46은 투명도


#shop-main .list-item .category-wrap .category-right-bottom .tag-wrap .tag {
	width: outo;
	max-width: 75px;
}

안에있는 컨테츠를 width값으로 대체
늘어날수록 길어지니까 max-width 설정해주기 (넘어가지 못하게)

0개의 댓글