CSS3 회전 HTML5/CSS3 2016. 7. 29. 14:43
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);


화살표 블릿에 활용

width: 9px;
height: 9px;
margin-top: -6px;
border-top: 2px solid #bebebe;
border-right: 2px solid #bebebe;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);

'HTML5/CSS3' 카테고리의 다른 글

display:flex  (0) 2016.03.11
select box 디자인 화살표적용 css  (1) 2015.11.12
버튼 width 50%  (0) 2015.06.25
table 없이 table cell 코딩하기  (0) 2015.06.25
말줄임 ellipsis  (0) 2015.06.25