Bootstrap Front-end open source https://getbootstrap.com/docs/5.1/getting-started/introduction/ 위와 같이 script 입력 안하면 기능들이 표현만 될뿐 작동x 자세한건 docs에서 찾아보자 spacing(간격) 조절 property m - margin p - padding sides t - top b-bottom s-left e-right x-left,right y-top,bottom size 0 - 0rem 1-0.25rem 2-0.5rem 3-1rem 4-1.5rem 5-3rem /*mt-0는 다음과 같이 입력됨 */ .mt-0 { magin-top : 0 !important } mx-auto예제 text 문자 중앙으로 no..