CSS 20

[CSS] 스타일 세트 사용 방법

스타일세트 설명 : CSS의 OpenType 기능에 대한 구문 이 기능은 기본 글리프를 다양한 표기 형식으로 대체합니다(예: 열린 원 또는 단색 원, 사각형, 괄호, 다이아몬드 또는 둥근 상자에 배치된 글리프). 주석 양식이 이미 있지만 사용자가 다른 양식 helpx.adobe.com Pretendard Pretendard 프리텐다드 Pretendard 프리텐다드 글꼴 다운로드 GitHub에서 보기 system-ui를 대체하는 글꼴 Apple의 system-ui가 익숙한 나로서는 San Francisco와 Apple SD 산돌고딕 Neo가 없는 다른 환경에서 이.. cactus.tistory.com 12345678910

CSS 2021.10.18

CSS3 여러가지 속성들

스타일 속성 이름설명 font폰트 font-family 폰트 종류font-size 폰트 크기 font-style 폰트 형태 font-variant 폰트 변형 font-weight 폰트 두께 스타일 속성 이름설명 transform변환 transform-origin 변환 중심 transform-style변환 형태 perspective 투시 수치 perspective-origin 투시 중심 backface-visibiltiy 후면 가시성 스타일 속성 이름설명 transition변형 transition-property 변형 대상 transition-duration 변형 진행 시간 transition-timing-function 변형 수치 변환 함수..

CSS 2013.11.22

CSS3 animation 끝에 정지

css3 animation 을 사용하다 보면 애니메이션 플레이 후에 그 자리에 멈추게 하고 싶은 경우가 있다. 그러나 아무 설정을 하지 않으면 처음위치로 돌아오게 되어있다. 이럴때 사용하는 설정을 알아보자. #div1 {position:relative;left:0;top:0;width:100px;height:100px;background:red;-webkit-transform:scale(2);} .move1 {-webkit-animation-name : animation_play1;-webkit-animation-duration : 2s;-webkit-animation-timing-function:linear;-webkit-animation-delay:.3s;-webkit-animation-iterati..

CSS 2013.11.21
반응형