css (2) 썸네일형 리스트형 [CSS] text-decoration a { color: rgb(29, 29, 31); text-decoration: none; } a 의 text-decoration 을 none 으로 하는 것은, 브라우저의 종류에 따라 다르지만 기본적으로 a 태그에 여러가지 못생긴 디자인을 입히기 때문이다. a 태그에 들어가는 글자의 색깔도 원하는 값으로 세팅한다. [CSS] position MDN 공식문서 - position(링크) 설명 The position CSS property sets how an element is positioned in a document. CSS에서 position 속성은 요소가 문서(html)에서 어떻게 위치되는지를 결정한다. The top, right, bottom, and left properties determine the final location of positioned elements. 위, 오른쪽, 아래, 왼쪽 속성은 position 속성이 적용된 최종 위치를 결정한다. W3Schools 문서 - position(링크) 설명 The position property specifies the type of positioning method used .. 이전 1 다음