본문 바로가기

hybrid app/css3

[css3] 속성값 여러개 사용할때

margin 이나 padding 속성값을 연속적으로 설정할 수 있는데 자꾸 잊어버린다.


값이 한개 :  "상하좌우"

값이 두개 : ''상하" "좌우"

값이 세개 : "상" "좌우" "하"

값이 네개 : "상" "우" "하" "좌" 



border-radius는

border-radius : radius

border-radius: top-left-and-bottom-right    top-right-and-bottom-left

border-radius: top-left    top-right-and-bottom-left    bottom-right

border-radius: top-left    top-right    bottom-right    bottom-left



시계방향이라고 기억하자

'hybrid app > css3' 카테고리의 다른 글

[css3] box-sizing  (0) 2013.08.20
[css3] max-width  (0) 2013.08.20
[css3] !important  (1) 2013.08.20
[css3] MediaQuries 반응형웹  (0) 2013.08.20
[css3] 유용한 css3효과 모음  (0) 2013.05.30