<span>inline</span>
span{
width:100px;
height: 300px;
background: gray;
margin: 30px;
position: absolute;
}
인라인 요소인 span태그에 position을 넣으면 블럭요소로 바뀐다.
728x90
'WEB > html,CSS' 카테고리의 다른 글
[html][css] transform 2D속성 / 이동, 크기 변환, 회전, 기울기 (0) | 2021.04.18 |
---|---|
[html][css] 애니메이션 transition속성 / transition-property, transition-duration,transition-timing-function (0) | 2021.04.18 |
[html][css] position요소 쌓임 순서 stack order (0) | 2021.04.17 |
[html][css] position / relative , absolute , fixed, sticky (0) | 2021.04.17 |
[html][css] float 속성에 대해 / 수평 수직 정렬/ float해제 / clearfix (0) | 2021.04.17 |