728x90
CSS Transform 속성을 Span 태그 등
inline태그에 적용시 반응이 없을때가 있다.
css transform 속성은
display : inline 속성을 가진 태그에는 적용이 되지 않는다.
만약 원하는 태그가 transform 속성이 적용되지 않는다면,
inline 태그가 아닌지 확인하고,
해당 속성을 inline -> inline-block 으로 변경해보자
[SPAN 태그 display : inline]
[SPAN 태그 display : inline-block]
728x90
'프론트엔드 > CSS' 카테고리의 다른 글
[CSS] box-sizing border-box content-box (0) | 2021.03.04 |
---|---|
[CSS] BEM (Block Element Modifier) 표기법 (0) | 2021.03.04 |
[프론트엔드 CSS] 엘리먼트 내 스크롤바 생성 overflow-y (0) | 2021.02.20 |
[CSS] user-select 텍스트 선택 효과 없애기 (0) | 2021.02.17 |
[CSS] position - static, relative, absolute, fixed (0) | 2021.02.10 |
댓글