hybrid app/css3
[css3] 속성값 여러개 사용할때
squll1
2013. 8. 20. 13:35
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
시계방향이라고 기억하자