

홈페이지에 TabBar
.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
height: 100px;
}
.item1{
border-width: 1px;
border-color: black;
border-style: solid;
width: 50px;
height: 50px;
}
.item2{
border-width: 1px;
border-color: black;
border-style: solid;
width: 50px;
height: 50px;
}
.item3{
border-width: 1px;
border-color: black;
border-style: solid;
width: 50px;
height: 50px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: inline-flex;
height: 100px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: center;
height: 100px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: flex-end;
height: 100px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: flex-start;
height: 100px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-around;
height: 100px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-between;
height: 100px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-evenly;
height: 100px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-evenly;
align-items: center;
height: 100px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-evenly;
align-items: baseline;
height: 300px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: column;
height: 300px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: column-reverse;
height: 300px;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row-reverse;
height: 200px;
}

.item3{
border-width: 1px;
border-color: black;
border-style: solid;
width: 50px;
height: 50px;
align-self: self-start;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row-reverse;
height: 200px;
flex-wrap: nowrap;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row-reverse;
height: 200px;
flex-wrap: wrap;
}

.container{
border-width: 1px;
border-color: black;
border-style: solid;
display: flex;
justify-content: space-evenly;
align-content: center;
flex-direction: row-reverse;
height: 200px;
flex-wrap: wrap;
}



여러 줄 사이의 간격을 지정
align-items와의 차이점
align-items는 컨테이너 안에 어떻게 모든 아이템들이 정렬할지 겨정