디자인을 할 수 없기에 화면을 그나마 이쁘게 꾸미기 위해서는 CSS를 써야하는데 이것 또한 만만한 작업이 아닙니다. 그래서 널리 알려진 bootstrap을 이용하겠습니다. 먼저 홈페이지 들어가 파일을 다운 받겠습니다. https://getbootstrap.com/docs/4.6/getting-started/download/ Download Download Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, RubyGems, and more. getbootstrap.com 다음으로 복사할 곳을 만들어야 합니다. 프로젝트 루트 폴더에서 sta..