position:fixed;가 적용된container에 가운데 정렬하는법.
.class-name {
position: fixed;
margin: 0 auto;
left: 0;
right: 0;
}
'개발언어 기록 > CSS' 카테고리의 다른 글
css animation 총정리 (transition, transform, translate, animation, @keyframes) (0) | 2019.05.26 |
---|---|
css animation (0) | 2019.05.21 |
box-sizing: border box 사용법 (0) | 2019.05.19 |
[CSS] 선택자 활용하기 (0) | 2019.05.17 |
reset css 와 normalize css의 차이점 (0) | 2019.05.16 |