배경관련 background-color background-image background-size 사이즈 width height 폰트 font-size font-weight font-family color 간격 margin padding ------------------------------------------------------------------------------- * 이미지 어둡게 , 가운데로, 영역에 꽉차게 * 영역 안에서 정가운데 위치, 문장마다 .class { display: flex; flex-direction: column; align-items: center; justify-content: center; } * 문장 한줄로 연결 flex-direction: row; -------..