CSS🔧/css
css- calc 로 가운데서 음수마진으로 이동하기 예시
hyojinny
2022. 10. 5. 10:23
position: absolute;
left: calc(50% - 220px);
right: 0;
bottom: 0;