이런 붓 선 효과는 어떻게 내나요? (포토샵.일러스트)

이런 붓 선 효과는 어떻게 내나요? (포토샵.일러스트)

QA

이런 붓 선 효과는 어떻게 내나요? (포토샵.일러스트)

본문

수고하십니다.

이런 선 효과는 어떻게 내야 하나요?

1888603148_1732876003.5499.jpg

 

포토샵에서 해야 할 지 일러에서 할지

필터가 없는 거 같은데 이런 효과를 가진 필터가 있을 까요?

 

조언 좀 부탁드립니다.


감사합니다.

이 질문에 댓글 쓰기 :

답변 1

다음 코드가 도움이 될지 모르겠습니다.

 


<!DOCTYPE html>
<html>
    <head>
        <style>
        .underline-brush {
            --color-f: #ee8500;
            display: inline-block;
            color: var(--color-f);
            transform: rotate(-3deg);
        }
        .underline-brush::before {
            content: '';
            position: absolute;
            width: 130%;
            height: 0.05em;
            overflow: hidden;
            bottom: 0;
            background-image: linear-gradient(90deg, transparent 0%, var(--color-f) 30%, var(--color-f) 70%, transparent 100%);
        }
        </style>
    </head>
    <body>
        <ul>
            <li><span class="underline-brush">첫번째 이유!</span></li>
            <li>123<span class="underline-brush">첫번째 이유!</span>abc</li>
            <li>123<span class="underline-brush">asdfghkjasdfghkjasdfghkjasdfghkj</span>abc</li>
        </ul>
    </body>
</html>
답변을 작성하시기 전에 로그인 해주세요.
전체 126,916 | RSS
QA 내용 검색

회원로그인

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