포트폴리오/SPRINGBOOT 옛날

2-12 : Static Directory and CSS

서버관리자 페페 2022. 10. 2. 05:22

단 하나의 맥락

: CSS 적용

 


Semiflow Bundle

: style.css 작성

: template에 적용

 


자각

- textarea {width:100%} // 로 넓이 조절

- input[type=submit] { margin-top:10px; } // 로 post 버튼 상단에 마진 적용

 

- 템플릿 최상단에 <link rel="stylesheet" type="text/css" th:href="@{/style.css}">로 적용