data: 글자 색 바꾸는 방법 - color

글자 색 바꾸는 방법 - color

Full Screen

글자 색 바꾸는 방법 - color

color




웹 문서에서 제목이나 문단 등의 텍스트에서 사용되는 글자 색을 바꿀 때는 color
속성을 사용합니다.





 



기본형




color : 색상




색상 값은 16진수나 rgb(또는 rgba), hsl(또는 hsla) 또는 색상 이름으로 표기할 수
있습니다.



 



예제











<h1 class="a">Lorem ipsum dolor sit amet.</h1>



.a {
color: skyblue;
}




class="codepen"
data-editable="true"
data-preview="true"
data-default-tab="result"
data-height="441"
data-pen-title="CSS 텍스트 색 바꾸기 color 예제"
data-slug-hash="XWdQaYd"
data-theme-id="light"
data-user="LiveBlogger"
style="align-items: center; border: 2px solid; box-sizing: border-box; display: flex; height: 441px; justify-content: center; margin: 1em 0px; padding: 1em;"
>
로딩 중... 잠시만 기다려주세요.
자바스크립트를 허용해주세요.






 



기타 CSS 참조




Please write your comments