[CSS] Rock's Easyweb - Back to Basic(1) : 컬러, 단위, 선택자, CSS코드 검사
[웹표준] HTML - 내용전달 CSS - 모양(스타일) JAVASCRIPT - 동적, 조작 [컬러] 모든 브라우저에서 동일하게 지원하는 140개의 컬러네임 이것 외에도 헷갈리는 개념은 아래 사이트에서 잡을 것(백과사전처럼 이용) https://www.w3schools.com/colors/colors_names.asp HTML Color Names W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www...
[CSS] transition, animation, transform
transition : CSS에서 수치로 구현하는 속성들의 값이 전환되는 과정을 보여주는 애니메이션 ★ 트랜지션의 대상이 될 수 있는 CSS 프로퍼티 : [Box model] width height, max-width, max-height, min-width, min-height padding, margin border-color, border-width, border-spacing [Background] background-color, background-position [좌표] top, left, right, bottom [텍스트] color font-size, font-weight, letter-spacing, line-height text-indent, text-shadow, verti..