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

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

QA

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

본문

3390329810_1608022041.3478.png

 

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

이 질문에 댓글 쓰기 :

답변 2

css 다각형

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

 

<a href='#' id='pointer'>ASDFG</a>

 

#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;
    }

 

답변을 작성하시기 전에 로그인 해주세요.
전체 217
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT