inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

인프런님의 게시글

인프런 인프런

@snrtn943653

수강평 작성수
67
평균평점
4.9

게시글 2

질문&답변

24.Pure CSS 콘텐츠 슬라이더 프로토타입 01 (풀스크린 탭 콘텐츠 슬라이더 프로토

.items div:nth-child(1):before, .items div:nth-child(2):before, .items div:nth-child(3):before, .items div:nth-child(4):before, .items div:nth-child(5):before, .items div:nth-child(6):before { content: ''; position: absolute; width: 100% !important; height: 100% !important; } 이렇게 했는데 nth-child 4 부터는 보이지가 않고, nth-child 1 에 slide content 4의 문구가 들어가 있습니다.

좋아요수
2
댓글수
2
조회수
419