WEB/html,CSS
[html][css] position특징 - display 수정: inline요소가 block요소로 변함
자바칩 프라푸치노
2021. 4. 17. 16:26
<span>inline</span>
span{
width:100px;
height: 300px;
background: gray;
margin: 30px;
position: absolute;
}
인라인 요소인 span태그에 position을 넣으면 블럭요소로 바뀐다.
728x90