● 스타일 시트 ( CSS ) 추가하기
페이지 정보
본문
01. src/main/resources 패키지 > static 폴더 > css 폴더 생성 > style.css 파일 생성
02 style.css
@charset "utf-8";
* {
margin:0px;
padding:0px;
font-size:13px;
}
button {cursor:pointer}
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:none}
- 이전글■ Thymeleaf ( html ) 와 jsp 의 비교 24.06.03
- 다음글== 공란 == 24.06.03
댓글목록
등록된 댓글이 없습니다.