CSS 쓰기 오른쪽 화살표

355 단어 프런트엔드
참고 인터넷
.right-arrow{
        content: " ";
        height: 10px;
        width: 10px;
        border-width: 1.5px 1.5px 0 0;
        border-color: #fff;
        border-style: solid;
        transform: rotate(45deg);
        position: absolute;
        top: 27%;
        right: 3.8%;
    }


좋은 웹페이지 즐겨찾기