CSS 기본
//구글폰트시작 //구글폰트 전체적용 * { font-family: 'Gowun Dodum', sans-serif; } //부트스트랩, 제이쿼리시작 //백그라운드 이미지 { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://movie-phinf.pstatic.net/20210715_95/1626338192428gTnJl_JPEG/movie_image.jpg"); background-position: center; background-size: cover; } //요소를 정 중앙에 { display: flex; flex-direction: column; justify-content: cen..