style.css (1) 썸네일형 리스트형 [CSS] style.css를 사용한 중복 제거 오늘은 웹페이지에 변경 사항이 있을 경우 쉽게 변경하는 방법인 style.css를 배웠다. 이전까지는 .html 파일에 태그를 추가하였다. 이전에 사용했던 코드 CSSCascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. 이런 식으로 코드를 계속 작성할 경우 파일이 많아졌을 때 수정하기 번거로워진다. 이때 style.css를 이용하면 수정이 편리해진다. styel.css body{ margin:0; } a{ color:black; text-decoration:none; } h1{ font-size: 60px; text-.. 이전 1 다음