CSS
-
-
header 가운데 정렬Tip(좌측 아이콘 / 가운데 텍스트 / 우측 햄버거)CSS 2023. 1. 31. 16:51
Settings .alt-header { padding: var(--horizontal-space); margin-bottom: 15px; display: flex; align-items: center; justify-content: center; } .alt-header__column:first-child { margin-right: auto; } .alt-header__column:last-child { margin-left: auto; }