테스트 사이트 - 개발 중인 베타 버전입니다

css 화살표 프로그래스바 만들수 잇을까요? 채택완료

그누보드초보이용자 4년 전 조회 2,209

 

이런 모양을 만들고싶은데.. 검색키워드라도 좀 알수잇을까요~?!

댓글을 작성하려면 로그인이 필요합니다.

답변 2개

채택된 답변
+20 포인트

https://css-tricks.com/?s=Breadcrumbs

Breadcrumbs 이걸로 검색해 보세요~

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

4년 전

css 다각형

https://css-tricks.com/the-shapes-of-css/">https://css-tricks.com/the-shapes-of-css/

 

ASDFG

 

#pointer { display:inline-block; text-align:center; line-height:40px; color:#FFF;       width: 200px;       height: 40px;       position: relative;       background: red;     }     #pointer:after {       content: "";       position: absolute;       left: 0;       bottom: 0;       width: 0;       height: 0;       border-left: 20px solid white;       border-top: 20px solid transparent;       border-bottom: 20px solid transparent;     }     #pointer:before {       content: "";       position: absolute;       right: -20px;       bottom: 0;       width: 0;       height: 0;       border-left: 20px solid red;       border-top: 20px solid transparent;       border-bottom: 20px solid transparent;     }

 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인