HTML, CSS - footer fixed (foot 하단 고정 시키기)
꽤나 자주 쓰이는 부분인데 항상 할 때 마다 애를 먹었다. 그래서 기억해두려고 한다. 하단 푸터가 스크롤과 상관없이 계속 밑에 고정이 되어있게 하는 방법 !
How to fix footer location(bottom)
HTML
<footer> footer fix </footer>
CSS
footer{ position:fixed;
left:0px;
bottom:0px;
height:60px;
width:100%;
background:grey;
color: white; }
Result
오!
답글삭제??
삭제ㅇㅇ
답글삭제