프로그래밍 일반/PHP
[CSS] position : fixed 관련 문제
코딩삽질일기
2020. 5. 14. 19:52
하단을 position : fixed로 하고 싶은데, 조그마한 블럭이 된다. 이럴 때는 display:block도 먹히지 않는다.
position: fixed;
width: 100%;
width값을 주면 된다.