별의 공부 블로그 🧑🏻‍💻
728x90
728x170

글자색을 투명색으로 설정하는 방법

들어가며

  • 글자의 공간은 유지한 채, 글자색을 투명색으로 설정하는 방법을 알아보자.

 

방법

  • 해당 요소의 @color@ 속성의 값을 @transparent@로 설정해준다.
h1 { color: transparent; }

 

참고 사이트

 

Hide text using css

I have a tag in my html like this: <h1>My Website Title Here</h1> Using css I want to replace the text with my actual logo. I've got the logo there no problem via resizing the tag and

stackoverflow.com

 

728x90
그리드형(광고전용)
⚠️AdBlock이 감지되었습니다. 원할한 페이지 표시를 위해 AdBlock을 꺼주세요.⚠️
starrykss
starrykss
별의 공부 블로그 🧑🏻‍💻


📖 Contents 📖