Transform
http://tcpschool.com/css/css3_transform_2Dtransform 코딩교육 티씨피스쿨 4차산업혁명, 코딩교육, 소프트웨어교육, 코딩기초, SW코딩, 기초코딩부터 자바 파이썬 등 tcpschool.com 2D 속성 값 설명 none 변형 속성을 적용하지 않음 matrix(n,n,n,n,n,n) translate, scale, rotate, skew 각 속성을 한꺼번에 적용할 수 있는 매트릭스 함수 translate(x,y) 요소의 위치를 옮기는 속성 scale(x,y) 요소의 크기를 비율에 맞춰 확대/축소하는 속성 rotate(angle) 요소를 지정된 각도 만큼 회전시키는 속성 skew (x-angle, y-angle) 요소를 지정된 각도만큼 모양을 비스듬히 변형시키는 속성 3..
Simple reset css
body,h1, h2, h3, h4, h5, h6,ul, ol, dl, dd,p,fieldset, legend { margin: 0; padding: 0;}body, input, textarea, select, button { font-size: 14px; font-family: Dotum,'돋움',Helvetica,"Apple SD Gothic Neo",sans-serif;}ul, ol { list-style: none;}table { border-collapse: collapse;}em { font-style: normal}a { color: inherit; text-decoration: none;}a:hover { text-decoration: underline;}img { vertical-alig..