● 스타일 시트 ( CSS ) 추가하기
페이지 정보
작성자 관리자 작성일 24-06-03 14:13 조회 56 댓글 0본문
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}
댓글목록 0
등록된 댓글이 없습니다.