I AM EVERYTHING
[CSS] 테두리 있는 삼각형 만들기 본문
.pop:before{content: ''; width: 0; height: 0; position: absolute; top: -10px; left: 20px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #ccc;}
.pop:after{content: ''; width: 0; height: 0; position: absolute; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; top: -9px; left: 20px;}
'programming' 카테고리의 다른 글
[CSS] placeholder color 변경하기 (0) | 2018.09.20 |
---|---|
[CSS, jQuery] input[type=file] 스타일 바꾸기, 첨부파일명 input[type=text]에 넣기 (0) | 2018.09.19 |
[jQuery] 레이어 팝업 바디 스크롤 고정 (0) | 2018.09.17 |
[jQuery] 페이지 상단, 하단 이동 (0) | 2018.09.14 |
[jQuery] li의 index값을 알아내어 탭 변경하기 (0) | 2018.09.13 |
Comments